#707775

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

Shades of Rolling Stone #707775

Tints of Rolling Stone #707775

Color information

#707775 (or 0x707775) is unknown color: approx Rolling Stone. HEX triplet: 70, 77 and 75. RGB value is (112,119,117). Sum of RGB (Red+Green+Blue) = 112+119+117=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 119 - color contains mainly: green. Hex color #707775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707775 is #8F888A. Grayscale: #747474. Windows color (decimal): -9406603 or 7698288. OLE color: 7698288.

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

Color convert

RGB112119117-
CMYK0.0600.020.53
HSL162.86º3.03%45.29%-
HSV(B)162.86º5.88%46.67%-
XYZ16.4917.9219.42-
YUV116.68128.18124.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=32.18%
G=34.20%
B=33.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121191170.0600.020.53162.863.0345.29
Hex70777560235a332d
Octal16016716560265243355
Binary1110000111011111101011100101101011010001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707775; }

 p { color: rgb(112,119,117); }

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

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

 a { background-color: rgb(112,119,117); }

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

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

 span { border-color: rgb(112,119,117); }

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