Html Css Color HEX #655E75 Smoky

📋 copy color: '#655E75'

red 101 ◦ green 94 ◦ blue 117

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

Shades of Smoky #655E75

Tints of Smoky #655E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

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

R = 32.37%
G = 30.13%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#655E75 (or 0x655E75) is known color: Smoky. HEX triplet: 65, 5E and 75. RGB value is (101,94,117). Sum of RGB (Red+Green+Blue) = 101+94+117=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #655E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E75 is #9AA18A. Grayscale: #626262. Windows color (decimal): -10133899 or 7691877. OLE color: 7691877.

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

Color convert

RGB 101 94 117 -
CMYK 0.14 0.20 0 0.54
HSL 258.26º 0.11% 0.41% -
HSV(B) 258.26º 0.2% 0.46% -
XYZ 12.58 12.06 18.49 -
YUV 98.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 101 94 117 0.14 0.20 0 0.54 258.26 0.11 0.41
Hex 65 5E 75 E 14 0 36 102 B 29
Octal 145 136 165 16 24 0 66 402 13 51
Binary 1100101 1011110 1110101 1110 10100 0 110110 100000010 1011 101001

Color Harmonies of #655E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655E75

Black with #655E75

Text Example


Text Example

White with #655E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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