Html Css Color HEX #70837E Rolling Stone

📋 copy color: '#70837E'

red 112 ◦ green 131 ◦ blue 126

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

Shades of Rolling Stone #70837E

Tints of Rolling Stone #70837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 30.35%
G = 35.5%
B = 34.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#70837E (or 0x70837E) is known color: Rolling Stone. HEX triplet: 70, 83 and 7E. RGB value is (112,131,126). Sum of RGB (Red+Green+Blue) = 112+131+126=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #70837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70837E is #8F7C81. Grayscale: #7C7C7C. Windows color (decimal): -9403522 or 8291184. OLE color: 8291184.

HSL color Cylindrical-coordinate representation of color #70837E: hue angle of 164.21º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70837E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 126 -
CMYK 0.15 0 0.04 0.49
HSL 164.21º 0.08% 0.48% -
HSV(B) 164.21º 0.15% 0.51% -
XYZ 18.56 21.18 22.85 -
YUV 124.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 112 131 126 0.15 0 0.04 0.49 164.21 0.08 0.48
Hex 70 83 7E F 0 4 31 A4 8 30
Octal 160 203 176 17 0 4 61 244 10 60
Binary 1110000 10000011 1111110 1111 0 100 110001 10100100 1000 110000

Color Harmonies of #70837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70837E

Black with #70837E

Text Example


Text Example

White with #70837E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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