Html Css Color HEX #774116 Russet

📋 copy color: '#774116'

red 119 ◦ green 65 ◦ blue 22

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

Shades of Russet #774116

Tints of Russet #774116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 57.77%
G = 31.55%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774116 (or 0x774116) is known color: Russet. HEX triplet: 77, 41 and 16. RGB value is (119,65,22). Sum of RGB (Red+Green+Blue) = 119+65+22=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #774116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774116 is #88BEE9. Grayscale: #4C4C4C. Windows color (decimal): -8961770 or 1458551. OLE color: 1458551.

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

Color convert

RGB 119 65 22 -
CMYK 0 0.45 0.82 0.53
HSL 26.6º 0.69% 0.28% -
HSV(B) 26.6º 0.82% 0.47% -
XYZ 9.64 7.76 1.75 -
YUV 76.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 119 65 22 0 0.45 0.82 0.53 26.6 0.69 0.28
Hex 77 41 16 0 2D 52 35 1B 45 1C
Octal 167 101 26 0 55 122 65 33 105 34
Binary 1110111 1000001 10110 0 101101 1010010 110101 11011 1000101 11100

Color Harmonies of #774116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774116

Black with #774116

Text Example


Text Example

White with #774116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774116; }

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

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

background-color css

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

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

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

border-color css

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

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

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