Html Css Color HEX #70807D Rolling Stone

📋 copy color: '#70807D'

red 112 ◦ green 128 ◦ blue 125

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

Shades of Rolling Stone #70807D

Tints of Rolling Stone #70807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 30.68%
G = 35.07%
B = 34.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#70807D (or 0x70807D) is known color: Rolling Stone. HEX triplet: 70, 80 and 7D. RGB value is (112,128,125). Sum of RGB (Red+Green+Blue) = 112+128+125=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 128 - color contains mainly: green. Hex color #70807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70807D is #8F7F82. Grayscale: #7A7A7A. Windows color (decimal): -9404291 or 8224880. OLE color: 8224880.

HSL color Cylindrical-coordinate representation of color #70807D: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70807D is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 125 -
CMYK 0.12 0 0.02 0.50
HSL 168.75º 0.07% 0.47% -
HSV(B) 168.75º 0.13% 0.5% -
XYZ 18.1 20.36 22.38 -
YUV 122.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 112 128 125 0.12 0 0.02 0.50 168.75 0.07 0.47
Hex 70 80 7D C 0 2 32 A9 7 2F
Octal 160 200 175 14 0 2 62 251 7 57
Binary 1110000 10000000 1111101 1100 0 10 110010 10101001 111 101111

Color Harmonies of #70807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70807D

Black with #70807D

Text Example


Text Example

White with #70807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70807D; }

 p { color: rgb(112,128,125); }

 H1.HeaderClassName
 {
   color: #70807D;
 }
 .AnyTagClassName
 {
   color: #70807D;
 }
</style>

background-color css

<style>
 a { background-color: #70807D; }

 a { background-color: rgb(112,128,125); }

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

border-color css

<style>
 span { border-color: #70807D; }

 span { border-color: rgb(112,128,125); }

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