Html Css Color HEX #637976 Rolling Stone

📋 copy color: '#637976'

red 99 ◦ green 121 ◦ blue 118

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

Shades of Rolling Stone #637976

Tints of Rolling Stone #637976

RGB

 RED value IS 99 (39.06% from 255) = 29.29%

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

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 29.29%
G = 35.8%
B = 34.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#637976 (or 0x637976) is known color: Rolling Stone. HEX triplet: 63, 79 and 76. RGB value is (99,121,118). Sum of RGB (Red+Green+Blue) = 99+121+118=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #637976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637976 is #9C8689. Grayscale: #727272. Windows color (decimal): -10258058 or 7764323. OLE color: 7764323.

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

Color convert

RGB 99 121 118 -
CMYK 0.18 0 0.02 0.53
HSL 171.82º 0.1% 0.43% -
HSV(B) 171.82º 0.18% 0.47% -
XYZ 15.25 17.64 19.74 -
YUV 114.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 99 121 118 0.18 0 0.02 0.53 171.82 0.1 0.43
Hex 63 79 76 12 0 2 35 AC A 2B
Octal 143 171 166 22 0 2 65 254 12 53
Binary 1100011 1111001 1110110 10010 0 10 110101 10101100 1010 101011

Color Harmonies of #637976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637976

Black with #637976

Text Example


Text Example

White with #637976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637976; }

 p { color: rgb(99,121,118); }

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

background-color css

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

 a { background-color: rgb(99,121,118); }

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

border-color css

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

 span { border-color: rgb(99,121,118); }

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