Html Css Color HEX #665E75 Smoky

📋 copy color: '#665E75'

red 102 ◦ green 94 ◦ blue 117

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

Shades of Smoky #665E75

Tints of Smoky #665E75

RGB

 RED value IS 102 (40.23% from 255) = 32.59%

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

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

R = 32.59%
G = 30.03%
B = 37.38%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#665E75 (or 0x665E75) is known color: Smoky. HEX triplet: 66, 5E and 75. RGB value is (102,94,117). Sum of RGB (Red+Green+Blue) = 102+94+117=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #665E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E75 is #99A18A. Grayscale: #626262. Windows color (decimal): -10068363 or 7691878. OLE color: 7691878.

HSL color Cylindrical-coordinate representation of color #665E75: hue angle of 260.87º 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 #665E75 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 94 117 -
CMYK 0.13 0.20 0 0.54
HSL 260.87º 0.11% 0.41% -
HSV(B) 260.87º 0.2% 0.46% -
XYZ 12.69 12.11 18.5 -
YUV 99.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 102 94 117 0.13 0.20 0 0.54 260.87 0.11 0.41
Hex 66 5E 75 D 14 0 36 105 B 29
Octal 146 136 165 15 24 0 66 405 13 51
Binary 1100110 1011110 1110101 1101 10100 0 110110 100000101 1011 101001

Color Harmonies of #665E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E75

Black with #665E75

Text Example


Text Example

White with #665E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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