#76817F

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

Shades of Rolling Stone #76817F

Tints of Rolling Stone #76817F

Color information

#76817F (or 0x76817F) is unknown color: approx Rolling Stone. HEX triplet: 76, 81 and 7F. RGB value is (118,129,127). Sum of RGB (Red+Green+Blue) = 118+129+127=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 129 - color contains mainly: green. Hex color #76817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76817F is #897E80. Grayscale: #7D7D7D. Windows color (decimal): -9010817 or 8356214. OLE color: 8356214.

HSL color Cylindrical-coordinate representation of color #76817F: hue angle of 169.09º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76817F is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB118129127-
CMYK0.0900.020.49
HSL169.09º4.45%48.43%-
HSV(B)169.09º8.53%50.59%-
XYZ19.1521.0823.14-
YUV125.48128.86122.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 127 (50% from 255) = 33.96%
R=31.55%
G=34.49%
B=33.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291270.0900.020.49169.094.4548.43
Hex76817F90231a9430
Octal166201177110261251460
Binary1110110100000011111111100101011000110101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76817F; }

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

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

<style>
 a { background-color: #76817F; }

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

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

<style>
 span { border-color: #76817F; }

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

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