Html Css Color HEX #727C78 Rolling Stone

📋 copy color: '#727C78'

red 114 ◦ green 124 ◦ blue 120

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

Shades of Rolling Stone #727C78

Tints of Rolling Stone #727C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 31.84%
G = 34.64%
B = 33.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#727C78 (or 0x727C78) is known color: Rolling Stone. HEX triplet: 72, 7C and 78. RGB value is (114,124,120). Sum of RGB (Red+Green+Blue) = 114+124+120=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #727C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C78 is #8D8387. Grayscale: #787878. Windows color (decimal): -9274248 or 7896178. OLE color: 7896178.

HSL color Cylindrical-coordinate representation of color #727C78: hue angle of 156º 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 #727C78 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 124 120 -
CMYK 0.08 0 0.03 0.51
HSL 156º 0.04% 0.47% -
HSV(B) 156º 0.08% 0.49% -
XYZ 17.54 19.35 20.58 -
YUV 120.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 114 124 120 0.08 0 0.03 0.51 156 0.04 0.47
Hex 72 7C 78 8 0 3 33 9C 4 2F
Octal 162 174 170 10 0 3 63 234 4 57
Binary 1110010 1111100 1111000 1000 0 11 110011 10011100 100 101111

Color Harmonies of #727C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C78

Black with #727C78

Text Example


Text Example

White with #727C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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