Html Css Color HEX #737977 Rolling Stone

📋 copy color: '#737977'

red 115 ◦ green 121 ◦ blue 119

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

Shades of Rolling Stone #737977

Tints of Rolling Stone #737977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 32.39%
G = 34.08%
B = 33.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#737977 (or 0x737977) is known color: Rolling Stone. HEX triplet: 73, 79 and 77. RGB value is (115,121,119). Sum of RGB (Red+Green+Blue) = 115+121+119=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #737977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737977 is #8C8688. Grayscale: #767676. Windows color (decimal): -9209481 or 7829875. OLE color: 7829875.

HSL color Cylindrical-coordinate representation of color #737977: hue angle of 160º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737977 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 121 119 -
CMYK 0.05 0 0.02 0.53
HSL 160º 0.03% 0.46% -
HSV(B) 160º 0.05% 0.47% -
XYZ 17.24 18.65 20.14 -
YUV 118.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 115 121 119 0.05 0 0.02 0.53 160 0.03 0.46
Hex 73 79 77 5 0 2 35 A0 3 2E
Octal 163 171 167 5 0 2 65 240 3 56
Binary 1110011 1111001 1110111 101 0 10 110101 10100000 11 101110

Color Harmonies of #737977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737977

Black with #737977

Text Example


Text Example

White with #737977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737977; }

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

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

background-color css

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

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

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

border-color css

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

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

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