Html Css Color HEX #7F501F Russet

📋 copy color: '#7F501F'

red 127 ◦ green 80 ◦ blue 31

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

Shades of Russet #7F501F

Tints of Russet #7F501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 53.36%
G = 33.61%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F501F (or 0x7F501F) is known color: Russet. HEX triplet: 7F, 50 and 1F. RGB value is (127,80,31). Sum of RGB (Red+Green+Blue) = 127+80+31=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F501F is #80AFE0. Grayscale: #585858. Windows color (decimal): -8433633 or 2052223. OLE color: 2052223.

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

Color convert

RGB 127 80 31 -
CMYK 0 0.37 0.76 0.50
HSL 30.63º 0.61% 0.31% -
HSV(B) 30.63º 0.76% 0.5% -
XYZ 11.87 10.35 2.67 -
YUV 88.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 127 80 31 0 0.37 0.76 0.50 30.63 0.61 0.31
Hex 7F 50 1F 0 25 4C 32 1F 3D 1F
Octal 177 120 37 0 45 114 62 37 75 37
Binary 1111111 1010000 11111 0 100101 1001100 110010 11111 111101 11111

Color Harmonies of #7F501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F501F

Black with #7F501F

Text Example


Text Example

White with #7F501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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