#75425F

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

Shades of Cosmic #75425F

Tints of Cosmic #75425F

Color information

#75425F (or 0x75425F) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 5F. RGB value is (117,66,95). Sum of RGB (Red+Green+Blue) = 117+66+95=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75425F is #8ABDA0. Grayscale: #545454. Windows color (decimal): -9092513 or 6242933. OLE color: 6242933.

HSL color Cylindrical-coordinate representation of color #75425F: hue angle of 325.88º 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 #75425F is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1176695-
CMYK00.440.190.54
HSL325.88º27.87%35.88%-
HSV(B)325.88º43.59%45.88%-
XYZ11.358.511.87-
YUV84.56133.9151.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=42.09%
G=23.74%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117669500.440.190.54325.8827.8735.88
Hex75425F02C13361461c24
Octal16510213705423665063444
Binary11101011000010101111101011001001111011010100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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