Html Css Color HEX #655D76 Smoky

📋 copy color: '#655D76'

red 101 ◦ green 93 ◦ blue 118

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

Shades of Smoky #655D76

Tints of Smoky #655D76

RGB

 RED value IS 101 (39.84% from 255) = 32.37%

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 32.37%
G = 29.81%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#655D76 (or 0x655D76) is known color: Smoky. HEX triplet: 65, 5D and 76. RGB value is (101,93,118). Sum of RGB (Red+Green+Blue) = 101+93+118=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #655D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D76 is #9AA289. Grayscale: #626262. Windows color (decimal): -10134154 or 7757157. OLE color: 7757157.

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

Color convert

RGB 101 93 118 -
CMYK 0.14 0.21 0 0.54
HSL 259.2º 0.12% 0.41% -
HSV(B) 259.2º 0.21% 0.46% -
XYZ 12.55 11.9 18.78 -
YUV 98.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 101 93 118 0.14 0.21 0 0.54 259.2 0.12 0.41
Hex 65 5D 76 E 15 0 36 103 C 29
Octal 145 135 166 16 25 0 66 403 14 51
Binary 1100101 1011101 1110110 1110 10101 0 110110 100000011 1100 101001

Color Harmonies of #655D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655D76

Black with #655D76

Text Example


Text Example

White with #655D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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