Html Css Color HEX #775900 Raw Umber

📋 copy color: '#775900'

red 119 ◦ green 89 ◦ blue 0

#775900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #775900

Tints of Raw Umber #775900

RGB

 RED value IS 119 (46.88% from 255) = 57.21%

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.21%
G = 42.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775900 (or 0x775900) is known color: Raw Umber. HEX triplet: 77, 59 and 00. RGB value is (119,89,0). Sum of RGB (Red+Green+Blue) = 119+89+0=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #775900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775900 is #88A6FF. Grayscale: #585858. Windows color (decimal): -8955648 or 22903. OLE color: 22903.

HSL color Cylindrical-coordinate representation of color #775900: hue angle of 44.87º 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 #775900 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 0 -
CMYK 0 0.25 1 0.53
HSL 44.87º 1% 0.23% -
HSV(B) 44.87º 1% 0.47% -
XYZ 11.18 11.07 1.55 -
YUV 87.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 119 89 0 0 0.25 1 0.53 44.87 1 0.23
Hex 77 59 0 0 19 64 35 2D 64 17
Octal 167 131 0 0 31 144 65 55 144 27
Binary 1110111 1011001 0 0 11001 1100100 110101 101101 1100100 10111

Color Harmonies of #775900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775900

Black with #775900

Text Example


Text Example

White with #775900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775900; }

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

 H1.HeaderClassName
 {
   color: #775900;
 }
 .AnyTagClassName
 {
   color: #775900;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #775900;
 }
 .BgClassName
 {
   background-color: #775900;
 }
</style>

border-color css

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

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

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