Html Css Color HEX #637775 Rolling Stone

📋 copy color: '#637775'

red 99 ◦ green 119 ◦ blue 117

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

Shades of Rolling Stone #637775

Tints of Rolling Stone #637775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 29.55%
G = 35.52%
B = 34.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#637775 (or 0x637775) is known color: Rolling Stone. HEX triplet: 63, 77 and 75. RGB value is (99,119,117). Sum of RGB (Red+Green+Blue) = 99+119+117=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #637775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637775 is #9C888A. Grayscale: #707070. Windows color (decimal): -10258571 or 7698275. OLE color: 7698275.

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

Color convert

RGB 99 119 117 -
CMYK 0.17 0 0.02 0.53
HSL 174º 0.09% 0.43% -
HSV(B) 174º 0.17% 0.47% -
XYZ 14.95 17.13 19.35 -
YUV 112.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 99 119 117 0.17 0 0.02 0.53 174 0.09 0.43
Hex 63 77 75 11 0 2 35 AE 9 2B
Octal 143 167 165 21 0 2 65 256 11 53
Binary 1100011 1110111 1110101 10001 0 10 110101 10101110 1001 101011

Color Harmonies of #637775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637775

Black with #637775

Text Example


Text Example

White with #637775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637775; }

 p { color: rgb(99,119,117); }

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

background-color css

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

 a { background-color: rgb(99,119,117); }

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

border-color css

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

 span { border-color: rgb(99,119,117); }

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