#677270

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

Shades of Rolling Stone #677270

Tints of Rolling Stone #677270

Color information

#677270 (or 0x677270) is unknown color: approx Rolling Stone. HEX triplet: 67, 72 and 70. RGB value is (103,114,112). Sum of RGB (Red+Green+Blue) = 103+114+112=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #677270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677270 is #988D8F. Grayscale: #6E6E6E. Windows color (decimal): -9997712 or 7369319. OLE color: 7369319.

HSL color Cylindrical-coordinate representation of color #677270: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677270 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB103114112-
CMYK0.1000.020.55
HSL169.09º5.07%42.55%-
HSV(B)169.09º9.65%44.71%-
XYZ14.5416.0917.67-
YUV110.48128.86122.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=31.31%
G=34.65%
B=34.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031141120.1000.020.55169.095.0742.55
Hex677270A0237a952b
Octal147162160120267251553
Binary110011111100101110000101001011011110101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677270; }

 p { color: rgb(103,114,112); }

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

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

 a { background-color: rgb(103,114,112); }

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

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

 span { border-color: rgb(103,114,112); }

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