Html Css Color HEX #637A74 Rolling Stone

📋 copy color: '#637A74'

red 99 ◦ green 122 ◦ blue 116

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

Shades of Rolling Stone #637A74

Tints of Rolling Stone #637A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 29.38%
G = 36.2%
B = 34.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#637A74 (or 0x637A74) is known color: Rolling Stone. HEX triplet: 63, 7A and 74. RGB value is (99,122,116). Sum of RGB (Red+Green+Blue) = 99+122+116=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #637A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637A74 is #9C858B. Grayscale: #727272. Windows color (decimal): -10257804 or 7633507. OLE color: 7633507.

HSL color Cylindrical-coordinate representation of color #637A74: hue angle of 164.35º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #637A74 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 122 116 -
CMYK 0.19 0 0.05 0.52
HSL 164.35º 0.1% 0.43% -
HSV(B) 164.35º 0.19% 0.48% -
XYZ 15.26 17.83 19.16 -
YUV 114.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 99 122 116 0.19 0 0.05 0.52 164.35 0.1 0.43
Hex 63 7A 74 13 0 5 34 A4 A 2B
Octal 143 172 164 23 0 5 64 244 12 53
Binary 1100011 1111010 1110100 10011 0 101 110100 10100100 1010 101011

Color Harmonies of #637A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637A74

Black with #637A74

Text Example


Text Example

White with #637A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637A74; }

 p { color: rgb(99,122,116); }

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

background-color css

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

 a { background-color: rgb(99,122,116); }

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

border-color css

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

 span { border-color: rgb(99,122,116); }

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