Html Css Color HEX #774910 Raw Umber

📋 copy color: '#774910'

red 119 ◦ green 73 ◦ blue 16

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

Shades of Raw Umber #774910

Tints of Raw Umber #774910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 57.21%
G = 35.1%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#774910 (or 0x774910) is known color: Raw Umber. HEX triplet: 77, 49 and 10. RGB value is (119,73,16). Sum of RGB (Red+Green+Blue) = 119+73+16=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #774910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774910 is #88B6EF. Grayscale: #505050. Windows color (decimal): -8959728 or 1067383. OLE color: 1067383.

HSL color Cylindrical-coordinate representation of color #774910: hue angle of 33.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #774910 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 73 16 -
CMYK 0 0.39 0.87 0.53
HSL 33.2º 0.76% 0.26% -
HSV(B) 33.2º 0.87% 0.47% -
XYZ 10.08 8.72 1.64 -
YUV 80.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 119 73 16 0 0.39 0.87 0.53 33.2 0.76 0.26
Hex 77 49 10 0 27 57 35 21 4C 1A
Octal 167 111 20 0 47 127 65 41 114 32
Binary 1110111 1001001 10000 0 100111 1010111 110101 100001 1001100 11010

Color Harmonies of #774910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774910

Black with #774910

Text Example


Text Example

White with #774910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774910; }

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

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

background-color css

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

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

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

border-color css

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

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

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