Color Hex Logo

#763005 Color Hex

#763005
(118,48,5)
0 Favorites   0 Comments

Color spaces of #763005

RGB 118485
HSL0.060.920.24
HSV23°96°46°
CMYK 0.000.590.96   0.54
XYZ8.55565.97640.8462
Yxy5.97640.55630.3886
Hunter Lab24.446719.687915.0604
CIE-Lab29.352828.595838.5048

#763005 color RGB value is (118,48,5).

#763005 hex color red value is 118, green value is 48 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #763005 hue: 0.06 , saturation: 0.92 and the lightness value of 763005 is 0.24.

The process color (four color CMYK) of #763005 color hex is 0.00, 0.59, 0.96, 0.54. Web safe color of #763005 is #663300. Color #763005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 00000101
Octal 166 60 5
Decimal 118 48 5
Hex 76 30 5

RGB Percentages of Color #763005

%69.01
%28.07
%2.92

CMYK Percentages of Color #763005

%0
%59
%96
%54

Triadic Colors of #763005

#763005 #057630 #300576

Analogous Colors of #763005

#763005 #766905 #760513

Monochromatic Colors of #763005

#763005

Complementary Color

#763005 #054b76

#763005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763005 Color CSS Codes

.mybgcolor {background-color:#763005; } 
.myforecolor {color:#763005; }
.mybordercolor {border:3px solid #763005; }

#763005 Text Font Color

<p style="color:#763005">Text here</p>

This sample text font color is #763005
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#763005 Background Color

<div style="background-color:#763005">
Div content here</div>

This div background color is #763005


#763005 Border Color

<div style="border:3px solid #763005">
Div here</div>

This div border color is #763005


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,48,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763005; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763005;
  -webkit-box-shadow: 1px 1px 3px 2px #763005;
  box-shadow:         1px 1px 3px 2px #763005; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,48,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #763005">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #763005;
  -webkit-box-shadow: 1px 1px 3px 2px #763005;
  box-shadow:         1px 1px 3px 2px #763005;">
Div content here</div>

This div box has shadow with color #763005


Comments

No comments written yet.

Please login to write comment.