#755A64

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

Shades of Cosmic #755A64

Tints of Cosmic #755A64

Color information

#755A64 (or 0x755A64) is unknown color: approx Cosmic. HEX triplet: 75, 5A and 64. RGB value is (117,90,100). Sum of RGB (Red+Green+Blue) = 117+90+100=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A64 is #8AA59B. Grayscale: #636363. Windows color (decimal): -9086364 or 6576757. OLE color: 6576757.

HSL color Cylindrical-coordinate representation of color #755A64: hue angle of 337.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A64 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11790100-
CMYK00.230.150.54
HSL337.78º13.04%40.59%-
HSV(B)337.78º23.08%45.88%-
XYZ13.2912.0113.67-
YUV99.21128.45140.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=38.11%
G=29.32%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179010000.230.150.54337.7813.0440.59
Hex755A64017F36152d29
Octal16513214402717665221551
Binary11101011011010110010001011111111101101010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A64; }

 p { color: rgb(117,90,100); }

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

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

 a { background-color: rgb(117,90,100); }

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

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

 span { border-color: rgb(117,90,100); }

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