Html Css Color HEX #7F7660 Stonewall

📋 copy color: '#7F7660'

red 127 ◦ green 118 ◦ blue 96

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

Shades of Stonewall #7F7660

Tints of Stonewall #7F7660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 37.24%
G = 34.6%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F7660 (or 0x7F7660) is known color: Stonewall. HEX triplet: 7F, 76 and 60. RGB value is (127,118,96). Sum of RGB (Red+Green+Blue) = 127+118+96=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7660 is #80899F. Grayscale: #767676. Windows color (decimal): -8423840 or 6321791. OLE color: 6321791.

HSL color Cylindrical-coordinate representation of color #7F7660: hue angle of 42.58º 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 #7F7660 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 96 -
CMYK 0 0.07 0.24 0.50
HSL 42.58º 0.14% 0.44% -
HSV(B) 42.58º 0.24% 0.5% -
XYZ 17.34 18.31 13.69 -
YUV 118.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 127 118 96 0 0.07 0.24 0.50 42.58 0.14 0.44
Hex 7F 76 60 0 7 18 32 2B E 2C
Octal 177 166 140 0 7 30 62 53 16 54
Binary 1111111 1110110 1100000 0 111 11000 110010 101011 1110 101100

Color Harmonies of #7F7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7660

Black with #7F7660

Text Example


Text Example

White with #7F7660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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