#75565E

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

Shades of Cosmic #75565E

Tints of Cosmic #75565E

Color information

#75565E (or 0x75565E) is unknown color: approx Cosmic. HEX triplet: 75, 56 and 5E. RGB value is (117,86,94). Sum of RGB (Red+Green+Blue) = 117+86+94=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565E is #8AA9A1. Grayscale: #606060. Windows color (decimal): -9087394 or 6182517. OLE color: 6182517.

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

Color convert

RGB1178694-
CMYK00.260.200.54
HSL344.52º15.27%39.8%-
HSV(B)344.52º26.5%45.88%-
XYZ12.6811.2512.09-
YUV96.18126.77142.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=39.39%
G=28.96%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117869400.260.200.54344.5215.2739.8
Hex75565E01A1436159f28
Octal16512613603224665311750
Binary111010110101101011110011010101001101101010110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75565E; }

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

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

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

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

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

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

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

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