#755665

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

Shades of Cosmic #755665

Tints of Cosmic #755665

Color information

#755665 (or 0x755665) is unknown color: approx Cosmic. HEX triplet: 75, 56 and 65. RGB value is (117,86,101). Sum of RGB (Red+Green+Blue) = 117+86+101=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755665 is #8AA99A. Grayscale: #606060. Windows color (decimal): -9087387 or 6641269. OLE color: 6641269.

HSL color Cylindrical-coordinate representation of color #755665: hue angle of 330.97º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755665 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11786101-
CMYK00.260.140.54
HSL330.97º15.27%39.8%-
HSV(B)330.97º26.5%45.88%-
XYZ13.0111.3813.82-
YUV96.98130.27142.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=38.49%
G=28.29%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178610100.260.140.54330.9715.2739.8
Hex75566501AE3614bf28
Octal16512614503216665131750
Binary11101011010110110010101101011101101101010010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755665; }

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

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

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

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

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

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

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

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