Html Css Color HEX #655C75 Smoky

📋 copy color: '#655C75'

red 101 ◦ green 92 ◦ blue 117

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

Shades of Smoky #655C75

Tints of Smoky #655C75

RGB

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

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

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

R = 32.58%
G = 29.68%
B = 37.74%

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

#655C75 (or 0x655C75) is known color: Smoky. HEX triplet: 65, 5C and 75. RGB value is (101,92,117). Sum of RGB (Red+Green+Blue) = 101+92+117=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #655C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C75 is #9AA38A. Grayscale: #616161. Windows color (decimal): -10134411 or 7691365. OLE color: 7691365.

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

Color convert

RGB 101 92 117 -
CMYK 0.14 0.21 0 0.54
HSL 261.6º 0.12% 0.41% -
HSV(B) 261.6º 0.21% 0.46% -
XYZ 12.4 11.71 18.44 -
YUV 97.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 101 92 117 0.14 0.21 0 0.54 261.6 0.12 0.41
Hex 65 5C 75 E 15 0 36 106 C 29
Octal 145 134 165 16 25 0 66 406 14 51
Binary 1100101 1011100 1110101 1110 10101 0 110110 100000110 1100 101001

Color Harmonies of #655C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C75

Black with #655C75

Text Example


Text Example

White with #655C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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