Html Css Color HEX #707F7C Rolling Stone

📋 copy color: '#707F7C'

red 112 ◦ green 127 ◦ blue 124

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

Shades of Rolling Stone #707F7C

Tints of Rolling Stone #707F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 30.85%
G = 34.99%
B = 34.16%

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

#707F7C (or 0x707F7C) is known color: Rolling Stone. HEX triplet: 70, 7F and 7C. RGB value is (112,127,124). Sum of RGB (Red+Green+Blue) = 112+127+124=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #707F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F7C is #8F8083. Grayscale: #7A7A7A. Windows color (decimal): -9404548 or 8159088. OLE color: 8159088.

HSL color Cylindrical-coordinate representation of color #707F7C: hue angle of 168º degrees, saturation: 0.06, 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 #707F7C is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 127 124 -
CMYK 0.12 0 0.02 0.50
HSL 168º 0.06% 0.47% -
HSV(B) 168º 0.12% 0.5% -
XYZ 17.91 20.08 22 -
YUV 122.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 112 127 124 0.12 0 0.02 0.50 168 0.06 0.47
Hex 70 7F 7C C 0 2 32 A8 6 2F
Octal 160 177 174 14 0 2 62 250 6 57
Binary 1110000 1111111 1111100 1100 0 10 110010 10101000 110 101111

Color Harmonies of #707F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F7C

Black with #707F7C

Text Example


Text Example

White with #707F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707F7C; }

 p { color: rgb(112,127,124); }

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

background-color css

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

 a { background-color: rgb(112,127,124); }

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

border-color css

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

 span { border-color: rgb(112,127,124); }

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