Html Css Color HEX #774716 Raw Umber

📋 copy color: '#774716'

red 119 ◦ green 71 ◦ blue 22

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

Shades of Raw Umber #774716

Tints of Raw Umber #774716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 56.13%
G = 33.49%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774716 (or 0x774716) is known color: Raw Umber. HEX triplet: 77, 47 and 16. RGB value is (119,71,22). Sum of RGB (Red+Green+Blue) = 119+71+22=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #774716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774716 is #88B8E9. Grayscale: #505050. Windows color (decimal): -8960234 or 1460087. OLE color: 1460087.

HSL color Cylindrical-coordinate representation of color #774716: hue angle of 30.31º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774716 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 22 -
CMYK 0 0.40 0.82 0.53
HSL 30.31º 0.69% 0.28% -
HSV(B) 30.31º 0.82% 0.47% -
XYZ 10.01 8.49 1.87 -
YUV 79.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 119 71 22 0 0.40 0.82 0.53 30.31 0.69 0.28
Hex 77 47 16 0 28 52 35 1E 45 1C
Octal 167 107 26 0 50 122 65 36 105 34
Binary 1110111 1000111 10110 0 101000 1010010 110101 11110 1000101 11100

Color Harmonies of #774716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774716

Black with #774716

Text Example


Text Example

White with #774716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774716; }

 p { color: rgb(119,71,22); }

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

background-color css

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

 a { background-color: rgb(119,71,22); }

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

border-color css

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

 span { border-color: rgb(119,71,22); }

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