Html Css Color HEX #727C7A Rolling Stone

📋 copy color: '#727C7A'

red 114 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #727C7A

Tints of Rolling Stone #727C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 31.67%
G = 34.44%
B = 33.89%

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

#727C7A (or 0x727C7A) is known color: Rolling Stone. HEX triplet: 72, 7C and 7A. RGB value is (114,124,122). Sum of RGB (Red+Green+Blue) = 114+124+122=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 124 - color contains mainly: green. Hex color #727C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C7A is #8D8385. Grayscale: #787878. Windows color (decimal): -9274246 or 8027250. OLE color: 8027250.

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

Color convert

RGB 114 124 122 -
CMYK 0.08 0 0.02 0.51
HSL 168º 0.04% 0.47% -
HSV(B) 168º 0.08% 0.49% -
XYZ 17.66 19.4 21.23 -
YUV 120.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 114 124 122 0.08 0 0.02 0.51 168 0.04 0.47
Hex 72 7C 7A 8 0 2 33 A8 4 2F
Octal 162 174 172 10 0 2 63 250 4 57
Binary 1110010 1111100 1111010 1000 0 10 110011 10101000 100 101111

Color Harmonies of #727C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C7A

Black with #727C7A

Text Example


Text Example

White with #727C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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