#75425A

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

Shades of Cosmic #75425A

Tints of Cosmic #75425A

Color information

#75425A (or 0x75425A) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 5A. RGB value is (117,66,90). Sum of RGB (Red+Green+Blue) = 117+66+90=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75425A is #8ABDA5. Grayscale: #535353. Windows color (decimal): -9092518 or 5915253. OLE color: 5915253.

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

Color convert

RGB1176690-
CMYK00.440.230.54
HSL331.76º27.87%35.88%-
HSV(B)331.76º43.59%45.88%-
XYZ11.138.4210.71-
YUV83.98131.4151.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=42.86%
G=24.18%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117669000.440.230.54331.7627.8735.88
Hex75425A02C173614c1c24
Octal16510213205427665143444
Binary11101011000010101101001011001011111011010100110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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