#76435F

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

Shades of Cosmic #76435F

Tints of Cosmic #76435F

Color information

#76435F (or 0x76435F) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 5F. RGB value is (118,67,95). Sum of RGB (Red+Green+Blue) = 118+67+95=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435F is #89BCA0. Grayscale: #555555. Windows color (decimal): -9026721 or 6243190. OLE color: 6243190.

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

Color convert

RGB1186795-
CMYK00.430.190.54
HSL327.06º27.57%36.27%-
HSV(B)327.06º43.22%46.27%-
XYZ11.548.6911.9-
YUV85.44133.4151.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=42.14%
G=23.93%
B=33.93%

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
Decimal118679500.430.190.54327.0627.5736.27
Hex76435F02B13361471c24
Octal16610313705323665073444
Binary11101101000011101111101010111001111011010100011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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