#75435C

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

Shades of Cosmic #75435C

Tints of Cosmic #75435C

Color information

#75435C (or 0x75435C) is unknown color: approx Cosmic. HEX triplet: 75, 43 and 5C. RGB value is (117,67,92). Sum of RGB (Red+Green+Blue) = 117+67+92=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435C is #8ABCA3. Grayscale: #545454. Windows color (decimal): -9092260 or 6046581. OLE color: 6046581.

HSL color Cylindrical-coordinate representation of color #75435C: hue angle of 330º 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 #75435C is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1176792-
CMYK00.430.210.54
HSL330º27.17%36.08%-
HSV(B)330º42.74%45.88%-
XYZ11.288.5711.18-
YUV84.8132.06150.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=42.39%
G=24.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117679200.430.210.5433027.1736.08
Hex75435C02B153614a1b24
Octal16510313405325665123344
Binary11101011000011101110001010111010111011010100101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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