Html Css Color HEX #774016 Russet

📋 copy color: '#774016'

red 119 ◦ green 64 ◦ blue 22

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

Shades of Russet #774016

Tints of Russet #774016

RGB

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

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

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

R = 58.05%
G = 31.22%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#774016 (or 0x774016) is known color: Russet. HEX triplet: 77, 40 and 16. RGB value is (119,64,22). Sum of RGB (Red+Green+Blue) = 119+64+22=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774016 is #88BFE9. Grayscale: #4B4B4B. Windows color (decimal): -8962026 or 1458295. OLE color: 1458295.

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

Color convert

RGB 119 64 22 -
CMYK 0 0.46 0.82 0.53
HSL 25.98º 0.69% 0.28% -
HSV(B) 25.98º 0.82% 0.47% -
XYZ 9.59 7.65 1.73 -
YUV 75.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 119 64 22 0 0.46 0.82 0.53 25.98 0.69 0.28
Hex 77 40 16 0 2E 52 35 1A 45 1C
Octal 167 100 26 0 56 122 65 32 105 34
Binary 1110111 1000000 10110 0 101110 1010010 110101 11010 1000101 11100

Color Harmonies of #774016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774016

Black with #774016

Text Example


Text Example

White with #774016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774016; }

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

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

background-color css

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

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

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

border-color css

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

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

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