#655C76

Color #655C76 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #655C76

Tints of Smoky #655C76

Color information

#655C76 (or 0x655C76) is unknown color: approx Smoky. HEX triplet: 65, 5C and 76. RGB value is (101,92,118). Sum of RGB (Red+Green+Blue) = 101+92+118=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #655C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C76 is #9AA389. Grayscale: #616161. Windows color (decimal): -10134410 or 7756901. OLE color: 7756901.

HSL color Cylindrical-coordinate representation of color #655C76: hue angle of 260.77º 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 #655C76 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10192118-
CMYK0.140.2200.54
HSL260.77º12.38%41.18%-
HSV(B)260.77º22.03%46.27%-
XYZ12.4611.7318.75-
YUV97.66139.48130.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=32.48%
G=29.58%
B=37.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101921180.140.2200.54260.7712.3841.18
Hex655C76E16036105c29
Octal14513416616260664051451
Binary11001011011100111011011101011001101101000001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #655C76;
 }
 .AnyTagClassName
 {
   color: #655C76;
 }
</style>
background-color css

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

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

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

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

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

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