Html Css Color HEX #635C76 Smoky

📋 copy color: '#635C76'

red 99 ◦ green 92 ◦ blue 118

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

Shades of Smoky #635C76

Tints of Smoky #635C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

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

R = 32.04%
G = 29.77%
B = 38.19%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#635C76 (or 0x635C76) is known color: Smoky. HEX triplet: 63, 5C and 76. RGB value is (99,92,118). Sum of RGB (Red+Green+Blue) = 99+92+118=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #635C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C76 is #9CA389. Grayscale: #606060. Windows color (decimal): -10265482 or 7756899. OLE color: 7756899.

HSL color Cylindrical-coordinate representation of color #635C76: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #635C76 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 92 118 -
CMYK 0.16 0.22 0 0.54
HSL 256.15º 0.12% 0.41% -
HSV(B) 256.15º 0.22% 0.46% -
XYZ 12.24 11.61 18.74 -
YUV 97.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 99 92 118 0.16 0.22 0 0.54 256.15 0.12 0.41
Hex 63 5C 76 10 16 0 36 100 C 29
Octal 143 134 166 20 26 0 66 400 14 51
Binary 1100011 1011100 1110110 10000 10110 0 110110 100000000 1100 101001

Color Harmonies of #635C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C76

Black with #635C76

Text Example


Text Example

White with #635C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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