#76807E

Color #76807E Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #76807E

Tints of Rolling Stone #76807E

Color information

#76807E (or 0x76807E) is unknown color: approx Rolling Stone. HEX triplet: 76, 80 and 7E. RGB value is (118,128,126). Sum of RGB (Red+Green+Blue) = 118+128+126=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 128 - color contains mainly: green. Hex color #76807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76807E is #897F81. Grayscale: #7C7C7C. Windows color (decimal): -9011074 or 8290422. OLE color: 8290422.

HSL color Cylindrical-coordinate representation of color #76807E: hue angle of 168º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76807E is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB118128126-
CMYK0.0800.020.50
HSL168º4.07%48.24%-
HSV(B)168º7.81%50.2%-
XYZ18.9620.822.75-
YUV124.78128.69123.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=31.72%
G=34.41%
B=33.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181281260.0800.020.501684.0748.24
Hex76807E80232a8430
Octal166200176100262250460
Binary1110110100000001111110100001011001010101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76807E; }

 p { color: rgb(118,128,126); }

 H1.HeaderClassName
 {
   color: #76807E;
 }
 .AnyTagClassName
 {
   color: #76807E;
 }
</style>
background-color css

<style>
 a { background-color: #76807E; }

 a { background-color: rgb(118,128,126); }

 div.DivClassName
 {
   background-color: #76807E;
 }
 .BgClassName
 {
   background-color: #76807E;
 }
</style>
border-color css

<style>
 span { border-color: #76807E; }

 span { border-color: rgb(118,128,126); }

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