Html Css Color HEX #737C7C Rolling Stone

📋 copy color: '#737C7C'

red 115 ◦ green 124 ◦ blue 124

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

Shades of Rolling Stone #737C7C

Tints of Rolling Stone #737C7C

RGB

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

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

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

R = 31.68%
G = 34.16%
B = 34.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#737C7C (or 0x737C7C) is known color: Rolling Stone. HEX triplet: 73, 7C and 7C. RGB value is (115,124,124). Sum of RGB (Red+Green+Blue) = 115+124+124=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #737C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C7C is #8C8383. Grayscale: #797979. Windows color (decimal): -9208708 or 8158323. OLE color: 8158323.

HSL color Cylindrical-coordinate representation of color #737C7C: hue angle of 180º 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 #737C7C is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 124 124 -
CMYK 0.07 0 0 0.51
HSL 180º 0.04% 0.47% -
HSV(B) 180º 0.07% 0.49% -
XYZ 17.92 19.52 21.89 -
YUV 121.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 115 124 124 0.07 0 0 0.51 180 0.04 0.47
Hex 73 7C 7C 7 0 0 33 B4 4 2F
Octal 163 174 174 7 0 0 63 264 4 57
Binary 1110011 1111100 1111100 111 0 0 110011 10110100 100 101111

Color Harmonies of #737C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737C7C

Black with #737C7C

Text Example


Text Example

White with #737C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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