Html Css Color HEX #7F4416 Russet

📋 copy color: '#7F4416'

red 127 ◦ green 68 ◦ blue 22

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

Shades of Russet #7F4416

Tints of Russet #7F4416

RGB

 RED value IS 127 (50% from 255) = 58.53%

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 58.53%
G = 31.34%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F4416 (or 0x7F4416) is known color: Russet. HEX triplet: 7F, 44 and 16. RGB value is (127,68,22). Sum of RGB (Red+Green+Blue) = 127+68+22=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4416 is #80BBE9. Grayscale: #505050. Windows color (decimal): -8436714 or 1459327. OLE color: 1459327.

HSL color Cylindrical-coordinate representation of color #7F4416: hue angle of 26.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F4416 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 68 22 -
CMYK 0 0.46 0.83 0.50
HSL 26.29º 0.7% 0.29% -
HSV(B) 26.29º 0.83% 0.5% -
XYZ 10.96 8.7 1.86 -
YUV 80.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 127 68 22 0 0.46 0.83 0.50 26.29 0.7 0.29
Hex 7F 44 16 0 2E 53 32 1A 46 1D
Octal 177 104 26 0 56 123 62 32 106 35
Binary 1111111 1000100 10110 0 101110 1010011 110010 11010 1000110 11101

Color Harmonies of #7F4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4416

Black with #7F4416

Text Example


Text Example

White with #7F4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4416; }

 p { color: rgb(127,68,22); }

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

background-color css

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

 a { background-color: rgb(127,68,22); }

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

border-color css

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

 span { border-color: rgb(127,68,22); }

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