Html Css Color HEX #70827E Rolling Stone

📋 copy color: '#70827E'

red 112 ◦ green 130 ◦ blue 126

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

Shades of Rolling Stone #70827E

Tints of Rolling Stone #70827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 30.43%
G = 35.33%
B = 34.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#70827E (or 0x70827E) is known color: Rolling Stone. HEX triplet: 70, 82 and 7E. RGB value is (112,130,126). Sum of RGB (Red+Green+Blue) = 112+130+126=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #70827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70827E is #8F7D81. Grayscale: #7C7C7C. Windows color (decimal): -9403778 or 8290928. OLE color: 8290928.

HSL color Cylindrical-coordinate representation of color #70827E: hue angle of 166.67º 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 #70827E is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 126 -
CMYK 0.14 0 0.03 0.49
HSL 166.67º 0.07% 0.47% -
HSV(B) 166.67º 0.14% 0.51% -
XYZ 18.43 20.92 22.8 -
YUV 124.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 112 130 126 0.14 0 0.03 0.49 166.67 0.07 0.47
Hex 70 82 7E E 0 3 31 A7 7 2F
Octal 160 202 176 16 0 3 61 247 7 57
Binary 1110000 10000010 1111110 1110 0 11 110001 10100111 111 101111

Color Harmonies of #70827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70827E

Black with #70827E

Text Example


Text Example

White with #70827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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