Html Css Color HEX #707775 Rolling Stone

📋 copy color: '#707775'

red 112 ◦ green 119 ◦ blue 117

#707775
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #707775

Tints of Rolling Stone #707775

RGB

 RED value IS 112 (44.14% from 255) = 32.18%

 GREEN value IS 119 (46.88% from 255) = 34.2%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 32.18%
G = 34.2%
B = 33.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#707775 (or 0x707775) is known color: 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

RGB 112 119 117 -
CMYK 0.06 0 0.02 0.53
HSL 162.86º 0.03% 0.45% -
HSV(B) 162.86º 0.06% 0.47% -
XYZ 16.49 17.92 19.42 -
YUV 116.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 112 119 117 0.06 0 0.02 0.53 162.86 0.03 0.45
Hex 70 77 75 6 0 2 35 A3 3 2D
Octal 160 167 165 6 0 2 65 243 3 55
Binary 1110000 1110111 1110101 110 0 10 110101 10100011 11 101101

Color Harmonies of #707775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707775

Black with #707775

Text Example


Text Example

White with #707775

Text Example


Text Example

HTML Codes & Css Web 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>