#75525E

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

Shades of Cosmic #75525E

Tints of Cosmic #75525E

Color information

#75525E (or 0x75525E) is unknown color: approx Cosmic. HEX triplet: 75, 52 and 5E. RGB value is (117,82,94). Sum of RGB (Red+Green+Blue) = 117+82+94=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75525E is #8AADA1. Grayscale: #5D5D5D. Windows color (decimal): -9088418 or 6181493. OLE color: 6181493.

HSL color Cylindrical-coordinate representation of color #75525E: hue angle of 339.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75525E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1178294-
CMYK00.300.200.54
HSL339.43º17.59%39.02%-
HSV(B)339.43º29.91%45.88%-
XYZ12.3710.6211.99-
YUV93.83128.1144.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=39.93%
G=27.99%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117829400.300.200.54339.4317.5939.02
Hex75525E01E14361531227
Octal16512213603624665232247
Binary1110101101001010111100111101010011011010101001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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