#775C05

Color #775C05 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #775C05

Tints of Raw Umber #775C05

Color information

#775C05 (or 0x775C05) is unknown color: approx Raw Umber. HEX triplet: 77, 5C and 05. RGB value is (119,92,5). Sum of RGB (Red+Green+Blue) = 119+92+5=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C05 is #88A3FA. Grayscale: #5A5A5A. Windows color (decimal): -8954875 or 351351. OLE color: 351351.

HSL color Cylindrical-coordinate representation of color #775C05: hue angle of 45.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #775C05 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119925-
CMYK00.230.960.53
HSL45.79º91.94%24.31%-
HSV(B)45.79º95.8%46.67%-
XYZ11.4611.591.78-
YUV90.1579.95148.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 5 (2.34% from 255) = 2.31%
R=55.09%
G=42.59%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11992500.230.960.5345.7991.9424.31
Hex775C501760352e5c18
Octal1671345027140655613430
Binary111011110111001010101111100000110101101110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C05; }

 p { color: rgb(119,92,5); }

 H1.HeaderClassName
 {
   color: #775C05;
 }
 .AnyTagClassName
 {
   color: #775C05;
 }
</style>
background-color css

<style>
 a { background-color: #775C05; }

 a { background-color: rgb(119,92,5); }

 div.DivClassName
 {
   background-color: #775C05;
 }
 .BgClassName
 {
   background-color: #775C05;
 }
</style>
border-color css

<style>
 span { border-color: #775C05; }

 span { border-color: rgb(119,92,5); }

 td.TdClassName
 {
   border-color: #775C05;
 }
 .TagClassName
 {
   border-color: #775C05;
 }
</style>