Html Css Color HEX #655D75 Smoky

📋 copy color: '#655D75'

red 101 ◦ green 93 ◦ blue 117

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

Shades of Smoky #655D75

Tints of Smoky #655D75

RGB

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

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

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

R = 32.48%
G = 29.9%
B = 37.62%

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

#655D75 (or 0x655D75) is known color: Smoky. HEX triplet: 65, 5D and 75. RGB value is (101,93,117). Sum of RGB (Red+Green+Blue) = 101+93+117=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #655D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D75 is #9AA28A. Grayscale: #626262. Windows color (decimal): -10134155 or 7691621. OLE color: 7691621.

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

Color convert

RGB 101 93 117 -
CMYK 0.14 0.21 0 0.54
HSL 260º 0.11% 0.41% -
HSV(B) 260º 0.21% 0.46% -
XYZ 12.49 11.88 18.46 -
YUV 98.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 101 93 117 0.14 0.21 0 0.54 260 0.11 0.41
Hex 65 5D 75 E 15 0 36 104 B 29
Octal 145 135 165 16 25 0 66 404 13 51
Binary 1100101 1011101 1110101 1110 10101 0 110110 100000100 1011 101001

Color Harmonies of #655D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655D75

Black with #655D75

Text Example


Text Example

White with #655D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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