Html Css Color HEX #708180 Rolling Stone

📋 copy color: '#708180'

red 112 ◦ green 129 ◦ blue 128

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

Shades of Rolling Stone #708180

Tints of Rolling Stone #708180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 30.35%
G = 34.96%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#708180 (or 0x708180) is known color: Rolling Stone. HEX triplet: 70, 81 and 80. RGB value is (112,129,128). Sum of RGB (Red+Green+Blue) = 112+129+128=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #708180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708180 is #8F7E7F. Grayscale: #7B7B7B. Windows color (decimal): -9404032 or 8421744. OLE color: 8421744.

HSL color Cylindrical-coordinate representation of color #708180: hue angle of 176.47º 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 #708180 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 128 -
CMYK 0.13 0 0.01 0.49
HSL 176.47º 0.07% 0.47% -
HSV(B) 176.47º 0.13% 0.51% -
XYZ 18.43 20.7 23.45 -
YUV 123.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 112 129 128 0.13 0 0.01 0.49 176.47 0.07 0.47
Hex 70 81 80 D 0 1 31 B0 7 2F
Octal 160 201 200 15 0 1 61 260 7 57
Binary 1110000 10000001 10000000 1101 0 1 110001 10110000 111 101111

Color Harmonies of #708180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708180

Black with #708180

Text Example


Text Example

White with #708180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708180; }

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

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

background-color css

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

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

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

border-color css

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

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

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