Html Css Color HEX #7F6058 Russett

📋 copy color: '#7F6058'

red 127 ◦ green 96 ◦ blue 88

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

Shades of Russett #7F6058

Tints of Russett #7F6058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 40.84%
G = 30.87%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7F6058 (or 0x7F6058) is known color: Russett. HEX triplet: 7F, 60 and 58. RGB value is (127,96,88). Sum of RGB (Red+Green+Blue) = 127+96+88=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6058 is #809FA7. Grayscale: #686868. Windows color (decimal): -8429480 or 5791871. OLE color: 5791871.

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

Color convert

RGB 127 96 88 -
CMYK 0 0.24 0.31 0.50
HSL 12.31º 0.18% 0.42% -
HSV(B) 12.31º 0.31% 0.5% -
XYZ 14.7 13.58 11.08 -
YUV 104.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 127 96 88 0 0.24 0.31 0.50 12.31 0.18 0.42
Hex 7F 60 58 0 18 1F 32 C 12 2A
Octal 177 140 130 0 30 37 62 14 22 52
Binary 1111111 1100000 1011000 0 11000 11111 110010 1100 10010 101010

Color Harmonies of #7F6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6058

Black with #7F6058

Text Example


Text Example

White with #7F6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,88); }

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

background-color css

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

 a { background-color: rgb(127,96,88); }

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

border-color css

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

 span { border-color: rgb(127,96,88); }

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