Html Css Color HEX #774900 Raw Umber

📋 copy color: '#774900'

red 119 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #774900

Tints of Raw Umber #774900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

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

R = 61.98%
G = 38.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#774900 (or 0x774900) is known color: Raw Umber. HEX triplet: 77, 49 and 00. RGB value is (119,73,0). Sum of RGB (Red+Green+Blue) = 119+73+0=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774900 is #88B6FF. Grayscale: #4E4E4E. Windows color (decimal): -8959744 or 18807. OLE color: 18807.

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

Color convert

RGB 119 73 0 -
CMYK 0 0.39 1 0.53
HSL 36.81º 1% 0.23% -
HSV(B) 36.81º 1% 0.47% -
XYZ 9.99 8.69 1.15 -
YUV 78.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 119 73 0 0 0.39 1 0.53 36.81 1 0.23
Hex 77 49 0 0 27 64 35 25 64 17
Octal 167 111 0 0 47 144 65 45 144 27
Binary 1110111 1001001 0 0 100111 1100100 110101 100101 1100100 10111

Color Harmonies of #774900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774900

Black with #774900

Text Example


Text Example

White with #774900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774900; }

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

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

background-color css

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

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

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

border-color css

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

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

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