#775E00

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

Shades of Raw Umber #775E00

Tints of Raw Umber #775E00

Color information

#775E00 (or 0x775E00) is unknown color: approx Raw Umber. HEX triplet: 77, 5E and 00. RGB value is (119,94,0). Sum of RGB (Red+Green+Blue) = 119+94+0=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #775E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E00 is #88A1FF. Grayscale: #5B5B5B. Windows color (decimal): -8954368 or 24183. OLE color: 24183.

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

Color convert

RGB119940-
CMYK00.2110.53
HSL47.39º100%23.33%-
HSV(B)47.39º100%46.67%-
XYZ11.6111.931.69-
YUV90.7676.78148.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.87%
G=44.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11994000.2110.5347.3910023.33
Hex775E001564352f6417
Octal1671360025144655714427
Binary1110111101111000101011100100110101101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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