Html Css Color HEX #7F501A Russet

📋 copy color: '#7F501A'

red 127 ◦ green 80 ◦ blue 26

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

Shades of Russet #7F501A

Tints of Russet #7F501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 54.51%
G = 34.33%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F501A (or 0x7F501A) is known color: Russet. HEX triplet: 7F, 50 and 1A. RGB value is (127,80,26). Sum of RGB (Red+Green+Blue) = 127+80+26=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F501A is #80AFE5. Grayscale: #585858. Windows color (decimal): -8433638 or 1724543. OLE color: 1724543.

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

Color convert

RGB 127 80 26 -
CMYK 0 0.37 0.80 0.50
HSL 32.08º 0.66% 0.3% -
HSV(B) 32.08º 0.8% 0.5% -
XYZ 11.81 10.32 2.35 -
YUV 87.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 127 80 26 0 0.37 0.80 0.50 32.08 0.66 0.3
Hex 7F 50 1A 0 25 50 32 20 42 1E
Octal 177 120 32 0 45 120 62 40 102 36
Binary 1111111 1010000 11010 0 100101 1010000 110010 100000 1000010 11110

Color Harmonies of #7F501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F501A

Black with #7F501A

Text Example


Text Example

White with #7F501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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