Html Css Color HEX #727C79 Rolling Stone

📋 copy color: '#727C79'

red 114 ◦ green 124 ◦ blue 121

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

Shades of Rolling Stone #727C79

Tints of Rolling Stone #727C79

RGB

 RED value IS 114 (44.92% from 255) = 31.75%

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 31.75%
G = 34.54%
B = 33.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#727C79 (or 0x727C79) is known color: Rolling Stone. HEX triplet: 72, 7C and 79. RGB value is (114,124,121). Sum of RGB (Red+Green+Blue) = 114+124+121=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #727C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C79 is #8D8386. Grayscale: #787878. Windows color (decimal): -9274247 or 7961714. OLE color: 7961714.

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

Color convert

RGB 114 124 121 -
CMYK 0.08 0 0.02 0.51
HSL 162º 0.04% 0.47% -
HSV(B) 162º 0.08% 0.49% -
XYZ 17.6 19.37 20.9 -
YUV 120.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 114 124 121 0.08 0 0.02 0.51 162 0.04 0.47
Hex 72 7C 79 8 0 2 33 A2 4 2F
Octal 162 174 171 10 0 2 63 242 4 57
Binary 1110010 1111100 1111001 1000 0 10 110011 10100010 100 101111

Color Harmonies of #727C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C79

Black with #727C79

Text Example


Text Example

White with #727C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727C79; }

 p { color: rgb(114,124,121); }

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

background-color css

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

 a { background-color: rgb(114,124,121); }

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

border-color css

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

 span { border-color: rgb(114,124,121); }

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