#75435A

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

Shades of Cosmic #75435A

Tints of Cosmic #75435A

Color information

#75435A (or 0x75435A) is unknown color: approx Cosmic. HEX triplet: 75, 43 and 5A. RGB value is (117,67,90). Sum of RGB (Red+Green+Blue) = 117+67+90=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435A is #8ABCA5. Grayscale: #545454. Windows color (decimal): -9092262 or 5915509. OLE color: 5915509.

HSL color Cylindrical-coordinate representation of color #75435A: hue angle of 332.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75435A is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1176790-
CMYK00.430.230.54
HSL332.4º27.17%36.08%-
HSV(B)332.4º42.74%45.88%-
XYZ11.198.5310.73-
YUV84.57131.06151.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=42.70%
G=24.45%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117679000.430.230.54332.427.1736.08
Hex75435A02B173614c1b24
Octal16510313205327665143344
Binary11101011000011101101001010111011111011010100110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75435A; }

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

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

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

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

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

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

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

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