Html Css Color HEX #7F501C Russet

📋 copy color: '#7F501C'

red 127 ◦ green 80 ◦ blue 28

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

Shades of Russet #7F501C

Tints of Russet #7F501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 54.04%
G = 34.04%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F501C (or 0x7F501C) is known color: Russet. HEX triplet: 7F, 50 and 1C. RGB value is (127,80,28). Sum of RGB (Red+Green+Blue) = 127+80+28=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F501C is #80AFE3. Grayscale: #585858. Windows color (decimal): -8433636 or 1855615. OLE color: 1855615.

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

Color convert

RGB 127 80 28 -
CMYK 0 0.37 0.78 0.50
HSL 31.52º 0.64% 0.3% -
HSV(B) 31.52º 0.78% 0.5% -
XYZ 11.83 10.33 2.47 -
YUV 88.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 127 80 28 0 0.37 0.78 0.50 31.52 0.64 0.3
Hex 7F 50 1C 0 25 4E 32 20 40 1E
Octal 177 120 34 0 45 116 62 40 100 36
Binary 1111111 1010000 11100 0 100101 1001110 110010 100000 1000000 11110

Color Harmonies of #7F501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F501C

Black with #7F501C

Text Example


Text Example

White with #7F501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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