#77837F

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

Shades of Rolling Stone #77837F

Tints of Rolling Stone #77837F

Color information

#77837F (or 0x77837F) is unknown color: approx Rolling Stone. HEX triplet: 77, 83 and 7F. RGB value is (119,131,127). Sum of RGB (Red+Green+Blue) = 119+131+127=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 131 - color contains mainly: green. Hex color #77837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837F is #887C80. Grayscale: #7E7E7E. Windows color (decimal): -8944769 or 8356727. OLE color: 8356727.

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

Color convert

RGB119131127-
CMYK0.0900.030.49
HSL160º4.8%49.02%-
HSV(B)160º9.16%51.37%-
XYZ19.5521.6923.23-
YUV126.96128.02122.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 127 (50% from 255) = 33.69%
R=31.56%
G=34.75%
B=33.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311270.0900.030.491604.849.02
Hex77837F90331a0531
Octal167203177110361240561
Binary1110111100000111111111100101111000110100000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,131,127); }

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

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

 a { background-color: rgb(119,131,127); }

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

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

 span { border-color: rgb(119,131,127); }

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