#665C75

Color #665C75 Mobster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mobster #665C75

Tints of Mobster #665C75

Color information

#665C75 (or 0x665C75) is unknown color: approx Mobster. HEX triplet: 66, 5C and 75. RGB value is (102,92,117). Sum of RGB (Red+Green+Blue) = 102+92+117=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 92 (36.33% from 255 or 29.58% 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 #665C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C75 is #99A38A. Grayscale: #616161. Windows color (decimal): -10068875 or 7691366. OLE color: 7691366.

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

Color convert

RGB10292117-
CMYK0.130.2100.54
HSL264º11.96%40.98%-
HSV(B)264º21.37%45.88%-
XYZ12.5211.7618.44-
YUV97.84138.81130.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=32.80%
G=29.58%
B=37.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102921170.130.2100.5426411.9640.98
Hex665C75D15036108c29
Octal14613416515250664101451
Binary11001101011100111010111011010101101101000010001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #665C75;
 }
 .AnyTagClassName
 {
   color: #665C75;
 }
</style>
background-color css

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

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

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

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

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

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