Html Css Color HEX #7F4114 Russet

📋 copy color: '#7F4114'

red 127 ◦ green 65 ◦ blue 20

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

Shades of Russet #7F4114

Tints of Russet #7F4114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 59.91%
G = 30.66%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F4114 (or 0x7F4114) is known color: Russet. HEX triplet: 7F, 41 and 14. RGB value is (127,65,20). Sum of RGB (Red+Green+Blue) = 127+65+20=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4114 is #80BEEB. Grayscale: #4E4E4E. Windows color (decimal): -8437484 or 1327487. OLE color: 1327487.

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

Color convert

RGB 127 65 20 -
CMYK 0 0.49 0.84 0.50
HSL 25.23º 0.73% 0.29% -
HSV(B) 25.23º 0.84% 0.5% -
XYZ 10.77 8.34 1.7 -
YUV 78.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 127 65 20 0 0.49 0.84 0.50 25.23 0.73 0.29
Hex 7F 41 14 0 31 54 32 19 49 1D
Octal 177 101 24 0 61 124 62 31 111 35
Binary 1111111 1000001 10100 0 110001 1010100 110010 11001 1001001 11101

Color Harmonies of #7F4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4114

Black with #7F4114

Text Example


Text Example

White with #7F4114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,20); }

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

background-color css

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

 a { background-color: rgb(127,65,20); }

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

border-color css

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

 span { border-color: rgb(127,65,20); }

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