#75505C

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

Shades of Cosmic #75505C

Tints of Cosmic #75505C

Color information

#75505C (or 0x75505C) is unknown color: approx Cosmic. HEX triplet: 75, 50 and 5C. RGB value is (117,80,92). Sum of RGB (Red+Green+Blue) = 117+80+92=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75505C is #8AAFA3. Grayscale: #5C5C5C. Windows color (decimal): -9088932 or 6049909. OLE color: 6049909.

HSL color Cylindrical-coordinate representation of color #75505C: hue angle of 340.54º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75505C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1178092-
CMYK00.320.210.54
HSL340.54º18.78%38.63%-
HSV(B)340.54º31.62%45.88%-
XYZ12.1410.2911.47-
YUV92.43127.76145.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=40.48%
G=27.68%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117809200.320.210.54340.5418.7838.63
Hex75505C02015361551327
Octal16512013404025665252347
Binary11101011010000101110001000001010111011010101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75505C; }

 p { color: rgb(117,80,92); }

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

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

 a { background-color: rgb(117,80,92); }

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

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

 span { border-color: rgb(117,80,92); }

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