#677975

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

Shades of Rolling Stone #677975

Tints of Rolling Stone #677975

Color information

#677975 (or 0x677975) is unknown color: approx Rolling Stone. HEX triplet: 67, 79 and 75. RGB value is (103,121,117). Sum of RGB (Red+Green+Blue) = 103+121+117=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #677975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677975 is #98868A. Grayscale: #737373. Windows color (decimal): -9995915 or 7698791. OLE color: 7698791.

HSL color Cylindrical-coordinate representation of color #677975: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #677975 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB103121117-
CMYK0.1500.030.53
HSL166.67º8.04%43.92%-
HSV(B)166.67º14.88%47.45%-
XYZ15.6417.8419.45-
YUV115.16129.04119.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.21%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=30.21%
G=35.48%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031211170.1500.030.53166.678.0443.92
Hex677975F0335a782c
Octal1471711651703652471054
Binary1100111111100111101011111011110101101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677975; }

 p { color: rgb(103,121,117); }

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

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

 a { background-color: rgb(103,121,117); }

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

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

 span { border-color: rgb(103,121,117); }

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