#755465

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

Shades of Cosmic #755465

Tints of Cosmic #755465

Color information

#755465 (or 0x755465) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 65. RGB value is (117,84,101). Sum of RGB (Red+Green+Blue) = 117+84+101=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755465 is #8AAB9A. Grayscale: #5F5F5F. Windows color (decimal): -9087899 or 6640757. OLE color: 6640757.

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

Color convert

RGB11784101-
CMYK00.280.140.54
HSL329.09º16.42%39.41%-
HSV(B)329.09º28.21%45.88%-
XYZ12.8611.0613.77-
YUV95.8130.93143.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=38.74%
G=27.81%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410100.280.140.54329.0916.4239.41
Hex75546501CE361491027
Octal16512414503416665112047
Binary111010110101001100101011100111011011010100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755465; }

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

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

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

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

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

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

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

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