#76435E

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

Shades of Cosmic #76435E

Tints of Cosmic #76435E

Color information

#76435E (or 0x76435E) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 5E. RGB value is (118,67,94). Sum of RGB (Red+Green+Blue) = 118+67+94=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435E is #89BCA1. Grayscale: #555555. Windows color (decimal): -9026722 or 6177654. OLE color: 6177654.

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

Color convert

RGB1186794-
CMYK00.430.200.54
HSL328.24º27.57%36.27%-
HSV(B)328.24º43.22%46.27%-
XYZ11.58.6711.66-
YUV85.33132.9151.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=42.29%
G=24.01%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118679400.430.200.54328.2427.5736.27
Hex76435E02B14361481c24
Octal16610313605324665103444
Binary11101101000011101111001010111010011011010100100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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