Html Css Color HEX #637874 Rolling Stone

📋 copy color: '#637874'

red 99 ◦ green 120 ◦ blue 116

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

Shades of Rolling Stone #637874

Tints of Rolling Stone #637874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

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

R = 29.55%
G = 35.82%
B = 34.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#637874 (or 0x637874) is known color: Rolling Stone. HEX triplet: 63, 78 and 74. RGB value is (99,120,116). Sum of RGB (Red+Green+Blue) = 99+120+116=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #637874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637874 is #9C878B. Grayscale: #717171. Windows color (decimal): -10258316 or 7632995. OLE color: 7632995.

HSL color Cylindrical-coordinate representation of color #637874: hue angle of 168.57º 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 #637874 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 120 116 -
CMYK 0.17 0 0.03 0.53
HSL 168.57º 0.1% 0.43% -
HSV(B) 168.57º 0.18% 0.47% -
XYZ 15.01 17.35 19.08 -
YUV 113.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 99 120 116 0.17 0 0.03 0.53 168.57 0.1 0.43
Hex 63 78 74 11 0 3 35 A9 A 2B
Octal 143 170 164 21 0 3 65 251 12 53
Binary 1100011 1111000 1110100 10001 0 11 110101 10101001 1010 101011

Color Harmonies of #637874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637874

Black with #637874

Text Example


Text Example

White with #637874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637874; }

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

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

background-color css

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

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

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

border-color css

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

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

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