#76435C

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

Shades of Cosmic #76435C

Tints of Cosmic #76435C

Color information

#76435C (or 0x76435C) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 5C. RGB value is (118,67,92). Sum of RGB (Red+Green+Blue) = 118+67+92=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76435C is #89BCA3. Grayscale: #555555. Windows color (decimal): -9026724 or 6046582. OLE color: 6046582.

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

Color convert

RGB1186792-
CMYK00.430.220.54
HSL330.59º27.57%36.27%-
HSV(B)330.59º43.22%46.27%-
XYZ11.418.6411.19-
YUV85.1131.9151.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=42.60%
G=24.19%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118679200.430.220.54330.5927.5736.27
Hex76435C02B163614b1c24
Octal16610313405326665133444
Binary11101101000011101110001010111011011011010100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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