#77827E

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

Shades of Rolling Stone #77827E

Tints of Rolling Stone #77827E

Color information

#77827E (or 0x77827E) is unknown color: approx Rolling Stone. HEX triplet: 77, 82 and 7E. RGB value is (119,130,126). Sum of RGB (Red+Green+Blue) = 119+130+126=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 130 - color contains mainly: green. Hex color #77827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77827E is #887D81. Grayscale: #7E7E7E. Windows color (decimal): -8945026 or 8290935. OLE color: 8290935.

HSL color Cylindrical-coordinate representation of color #77827E: hue angle of 158.18º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77827E is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB119130126-
CMYK0.0800.030.49
HSL158.18º4.42%48.82%-
HSV(B)158.18º8.46%50.98%-
XYZ19.3621.3922.85-
YUV126.26127.86122.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=31.73%
G=34.67%
B=33.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191301260.0800.030.49158.184.4248.82
Hex77827E803319e431
Octal167202176100361236461
Binary1110111100000101111110100001111000110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,130,126); }

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

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

 a { background-color: rgb(119,130,126); }

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

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

 span { border-color: rgb(119,130,126); }

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