Html Css Color HEX #7F6660 Russett

📋 copy color: '#7F6660'

red 127 ◦ green 102 ◦ blue 96

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

Shades of Russett #7F6660

Tints of Russett #7F6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 39.08%
G = 31.38%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F6660 (or 0x7F6660) is known color: Russett. HEX triplet: 7F, 66 and 60. RGB value is (127,102,96). Sum of RGB (Red+Green+Blue) = 127+102+96=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6660 is #80999F. Grayscale: #6C6C6C. Windows color (decimal): -8427936 or 6317695. OLE color: 6317695.

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

Color convert

RGB 127 102 96 -
CMYK 0 0.20 0.24 0.50
HSL 11.61º 0.14% 0.44% -
HSV(B) 11.61º 0.24% 0.5% -
XYZ 15.62 14.86 13.11 -
YUV 108.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 127 102 96 0 0.20 0.24 0.50 11.61 0.14 0.44
Hex 7F 66 60 0 14 18 32 C E 2C
Octal 177 146 140 0 24 30 62 14 16 54
Binary 1111111 1100110 1100000 0 10100 11000 110010 1100 1110 101100

Color Harmonies of #7F6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6660

Black with #7F6660

Text Example


Text Example

White with #7F6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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