#76445C

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

Shades of Cosmic #76445C

Tints of Cosmic #76445C

Color information

#76445C (or 0x76445C) is unknown color: approx Cosmic. HEX triplet: 76, 44 and 5C. RGB value is (118,68,92). Sum of RGB (Red+Green+Blue) = 118+68+92=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76445C is #89BBA3. Grayscale: #555555. Windows color (decimal): -9026468 or 6046838. OLE color: 6046838.

HSL color Cylindrical-coordinate representation of color #76445C: hue angle of 331.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76445C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1186892-
CMYK00.420.220.54
HSL331.2º26.88%36.47%-
HSV(B)331.2º42.37%46.27%-
XYZ11.478.7611.21-
YUV85.69131.56151.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=42.45%
G=24.46%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118689200.420.220.54331.226.8836.47
Hex76445C02A163614b1b24
Octal16610413405226665133344
Binary11101101000100101110001010101011011011010100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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