Html Css Color HEX #737C79 Rolling Stone

📋 copy color: '#737C79'

red 115 ◦ green 124 ◦ blue 121

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

Shades of Rolling Stone #737C79

Tints of Rolling Stone #737C79

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

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

R = 31.94%
G = 34.44%
B = 33.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#737C79 (or 0x737C79) is known color: Rolling Stone. HEX triplet: 73, 7C and 79. RGB value is (115,124,121). Sum of RGB (Red+Green+Blue) = 115+124+121=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 124 - color contains mainly: green. Hex color #737C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C79 is #8C8386. Grayscale: #787878. Windows color (decimal): -9208711 or 7961715. OLE color: 7961715.

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

Color convert

RGB 115 124 121 -
CMYK 0.07 0 0.02 0.51
HSL 160º 0.04% 0.47% -
HSV(B) 160º 0.07% 0.49% -
XYZ 17.73 19.44 20.91 -
YUV 120.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 115 124 121 0.07 0 0.02 0.51 160 0.04 0.47
Hex 73 7C 79 7 0 2 33 A0 4 2F
Octal 163 174 171 7 0 2 63 240 4 57
Binary 1110011 1111100 1111001 111 0 10 110011 10100000 100 101111

Color Harmonies of #737C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737C79

Black with #737C79

Text Example


Text Example

White with #737C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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