Html Css Color HEX #70827F Rolling Stone

📋 copy color: '#70827F'

red 112 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #70827F

Tints of Rolling Stone #70827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 127 (50% from 255) = 34.42%

R = 30.35%
G = 35.23%
B = 34.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#70827F (or 0x70827F) is known color: Rolling Stone. HEX triplet: 70, 82 and 7F. RGB value is (112,130,127). Sum of RGB (Red+Green+Blue) = 112+130+127=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #70827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70827F is #8F7D80. Grayscale: #7C7C7C. Windows color (decimal): -9403777 or 8356464. OLE color: 8356464.

HSL color Cylindrical-coordinate representation of color #70827F: hue angle of 170º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #70827F is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 127 -
CMYK 0.14 0 0.02 0.49
HSL 170º 0.07% 0.47% -
HSV(B) 170º 0.14% 0.51% -
XYZ 18.5 20.94 23.15 -
YUV 124.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 112 130 127 0.14 0 0.02 0.49 170 0.07 0.47
Hex 70 82 7F E 0 2 31 AA 7 2F
Octal 160 202 177 16 0 2 61 252 7 57
Binary 1110000 10000010 1111111 1110 0 10 110001 10101010 111 101111

Color Harmonies of #70827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70827F

Black with #70827F

Text Example


Text Example

White with #70827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,130,127); }

 H1.HeaderClassName
 {
   color: #70827F;
 }
 .AnyTagClassName
 {
   color: #70827F;
 }
</style>

background-color css

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

 a { background-color: rgb(112,130,127); }

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

border-color css

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

 span { border-color: rgb(112,130,127); }

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