#75435F

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

Shades of Cosmic #75435F

Tints of Cosmic #75435F

Color information

#75435F (or 0x75435F) is unknown color: approx Cosmic. HEX triplet: 75, 43 and 5F. RGB value is (117,67,95). Sum of RGB (Red+Green+Blue) = 117+67+95=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435F is #8ABCA0. Grayscale: #555555. Windows color (decimal): -9092257 or 6243189. OLE color: 6243189.

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

Color convert

RGB1176795-
CMYK00.430.190.54
HSL326.4º27.17%36.08%-
HSV(B)326.4º42.74%45.88%-
XYZ11.418.6211.89-
YUV85.14133.56150.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=41.94%
G=24.01%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117679500.430.190.54326.427.1736.08
Hex75435F02B13361461b24
Octal16510313705323665063344
Binary11101011000011101111101010111001111011010100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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