Html Css Color HEX #774010 Raw Umber

📋 copy color: '#774010'

red 119 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #774010

Tints of Raw Umber #774010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

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

R = 59.8%
G = 32.16%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#774010 (or 0x774010) is known color: Raw Umber. HEX triplet: 77, 40 and 10. RGB value is (119,64,16). Sum of RGB (Red+Green+Blue) = 119+64+16=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #774010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774010 is #88BFEF. Grayscale: #4B4B4B. Windows color (decimal): -8962032 or 1065079. OLE color: 1065079.

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

Color convert

RGB 119 64 16 -
CMYK 0 0.46 0.87 0.53
HSL 27.96º 0.76% 0.26% -
HSV(B) 27.96º 0.87% 0.47% -
XYZ 9.53 7.63 1.46 -
YUV 74.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 119 64 16 0 0.46 0.87 0.53 27.96 0.76 0.26
Hex 77 40 10 0 2E 57 35 1C 4C 1A
Octal 167 100 20 0 56 127 65 34 114 32
Binary 1110111 1000000 10000 0 101110 1010111 110101 11100 1001100 11010

Color Harmonies of #774010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774010

Black with #774010

Text Example


Text Example

White with #774010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774010; }

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

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

background-color css

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

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

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

border-color css

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

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

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