#775E01

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

Shades of Raw Umber #775E01

Tints of Raw Umber #775E01

Color information

#775E01 (or 0x775E01) is unknown color: approx Raw Umber. HEX triplet: 77, 5E and 01. RGB value is (119,94,1). Sum of RGB (Red+Green+Blue) = 119+94+1=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #775E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E01 is #88A1FE. Grayscale: #5B5B5B. Windows color (decimal): -8954367 or 89719. OLE color: 89719.

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

Color convert

RGB119941-
CMYK00.210.990.53
HSL47.29º98.33%23.53%-
HSV(B)47.29º99.16%46.67%-
XYZ11.6211.931.72-
YUV90.8777.28148.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=55.61%
G=43.93%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11994100.210.990.5347.2998.3323.53
Hex775E101563352f6218
Octal1671361025143655714230
Binary1110111101111010101011100011110101101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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