Html Css Color HEX #7F5020 Russet

📋 copy color: '#7F5020'

red 127 ◦ green 80 ◦ blue 32

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

Shades of Russet #7F5020

Tints of Russet #7F5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 53.14%
G = 33.47%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F5020 (or 0x7F5020) is known color: Russet. HEX triplet: 7F, 50 and 20. RGB value is (127,80,32). Sum of RGB (Red+Green+Blue) = 127+80+32=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5020 is #80AFDF. Grayscale: #585858. Windows color (decimal): -8433632 or 2117759. OLE color: 2117759.

HSL color Cylindrical-coordinate representation of color #7F5020: hue angle of 30.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F5020 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 80 32 -
CMYK 0 0.37 0.75 0.50
HSL 30.32º 0.6% 0.31% -
HSV(B) 30.32º 0.75% 0.5% -
XYZ 11.88 10.35 2.74 -
YUV 88.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 127 80 32 0 0.37 0.75 0.50 30.32 0.6 0.31
Hex 7F 50 20 0 25 4B 32 1E 3C 1F
Octal 177 120 40 0 45 113 62 36 74 37
Binary 1111111 1010000 100000 0 100101 1001011 110010 11110 111100 11111

Color Harmonies of #7F5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5020

Black with #7F5020

Text Example


Text Example

White with #7F5020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,32); }

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

background-color css

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

 a { background-color: rgb(127,80,32); }

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

border-color css

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

 span { border-color: rgb(127,80,32); }

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