#775F03

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

Shades of Raw Umber #775F03

Tints of Raw Umber #775F03

Color information

#775F03 (or 0x775F03) is unknown color: approx Raw Umber. HEX triplet: 77, 5F and 03. RGB value is (119,95,3). Sum of RGB (Red+Green+Blue) = 119+95+3=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #775F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775F03 is #88A0FC. Grayscale: #5C5C5C. Windows color (decimal): -8954109 or 221047. OLE color: 221047.

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

Color convert

RGB119953-
CMYK00.200.970.53
HSL47.59º95.08%23.92%-
HSV(B)47.59º97.48%46.67%-
XYZ11.7212.111.81-
YUV91.6977.95147.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=54.84%
G=43.78%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11995300.200.970.5347.5995.0823.92
Hex775F30146135305f18
Octal1671373024141656013730
Binary11101111011111110101001100001110101110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,3); }

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

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

 a { background-color: rgb(119,95,3); }

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

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

 span { border-color: rgb(119,95,3); }

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