#775E03

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

Shades of Raw Umber #775E03

Tints of Raw Umber #775E03

Color information

#775E03 (or 0x775E03) is unknown color: approx Raw Umber. HEX triplet: 77, 5E and 03. RGB value is (119,94,3). Sum of RGB (Red+Green+Blue) = 119+94+3=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E03 is #88A1FC. Grayscale: #5B5B5B. Windows color (decimal): -8954365 or 220791. OLE color: 220791.

HSL color Cylindrical-coordinate representation of color #775E03: hue angle of 47.07º 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 #775E03 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119943-
CMYK00.210.970.53
HSL47.07º95.08%23.92%-
HSV(B)47.07º97.48%46.67%-
XYZ11.6311.931.78-
YUV91.178.28147.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=55.09%
G=43.52%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11994300.210.970.5347.0795.0823.92
Hex775E301561352f5f18
Octal1671363025141655713730
Binary11101111011110110101011100001110101101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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