Html Css Color HEX #737E7C Rolling Stone

📋 copy color: '#737E7C'

red 115 ◦ green 126 ◦ blue 124

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

Shades of Rolling Stone #737E7C

Tints of Rolling Stone #737E7C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

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

R = 31.51%
G = 34.52%
B = 33.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#737E7C (or 0x737E7C) is known color: Rolling Stone. HEX triplet: 73, 7E and 7C. RGB value is (115,126,124). Sum of RGB (Red+Green+Blue) = 115+126+124=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 126 - color contains mainly: green. Hex color #737E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737E7C is #8C8183. Grayscale: #7A7A7A. Windows color (decimal): -9208196 or 8158835. OLE color: 8158835.

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

Color convert

RGB 115 126 124 -
CMYK 0.09 0 0.02 0.51
HSL 169.09º 0.05% 0.47% -
HSV(B) 169.09º 0.09% 0.49% -
XYZ 18.17 20.02 21.98 -
YUV 122.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 115 126 124 0.09 0 0.02 0.51 169.09 0.05 0.47
Hex 73 7E 7C 9 0 2 33 A9 5 2F
Octal 163 176 174 11 0 2 63 251 5 57
Binary 1110011 1111110 1111100 1001 0 10 110011 10101001 101 101111

Color Harmonies of #737E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737E7C

Black with #737E7C

Text Example


Text Example

White with #737E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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