#755662

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

Shades of Cosmic #755662

Tints of Cosmic #755662

Color information

#755662 (or 0x755662) is unknown color: approx Cosmic. HEX triplet: 75, 56 and 62. RGB value is (117,86,98). Sum of RGB (Red+Green+Blue) = 117+86+98=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755662 is #8AA99D. Grayscale: #606060. Windows color (decimal): -9087390 or 6444661. OLE color: 6444661.

HSL color Cylindrical-coordinate representation of color #755662: hue angle of 336.77º 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 #755662 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1178698-
CMYK00.260.160.54
HSL336.77º15.27%39.8%-
HSV(B)336.77º26.5%45.88%-
XYZ12.8711.3213.06-
YUV96.64128.77142.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=38.87%
G=28.57%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117869800.260.160.54336.7715.2739.8
Hex75566201A1036151f28
Octal16512614203220665211750
Binary111010110101101100010011010100001101101010100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755662; }

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

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

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

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

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

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

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

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