Html Css Color HEX #70817E Rolling Stone

📋 copy color: '#70817E'

red 112 ◦ green 129 ◦ blue 126

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

Shades of Rolling Stone #70817E

Tints of Rolling Stone #70817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 30.52%
G = 35.15%
B = 34.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#70817E (or 0x70817E) is known color: Rolling Stone. HEX triplet: 70, 81 and 7E. RGB value is (112,129,126). Sum of RGB (Red+Green+Blue) = 112+129+126=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #70817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70817E is #8F7E81. Grayscale: #7B7B7B. Windows color (decimal): -9404034 or 8290672. OLE color: 8290672.

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

Color convert

RGB 112 129 126 -
CMYK 0.13 0 0.02 0.49
HSL 169.41º 0.07% 0.47% -
HSV(B) 169.41º 0.13% 0.51% -
XYZ 18.3 20.65 22.76 -
YUV 123.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 112 129 126 0.13 0 0.02 0.49 169.41 0.07 0.47
Hex 70 81 7E D 0 2 31 A9 7 2F
Octal 160 201 176 15 0 2 61 251 7 57
Binary 1110000 10000001 1111110 1101 0 10 110001 10101001 111 101111

Color Harmonies of #70817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70817E

Black with #70817E

Text Example


Text Example

White with #70817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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