#76465C

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

Shades of Cosmic #76465C

Tints of Cosmic #76465C

Color information

#76465C (or 0x76465C) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 5C. RGB value is (118,70,92). Sum of RGB (Red+Green+Blue) = 118+70+92=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76465C is #89B9A3. Grayscale: #565656. Windows color (decimal): -9025956 or 6047350. OLE color: 6047350.

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

Color convert

RGB1187092-
CMYK00.410.220.54
HSL332.5º25.53%36.86%-
HSV(B)332.5º40.68%46.27%-
XYZ11.59911.25-
YUV86.86130.9150.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=42.14%
G=25%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118709200.410.220.54332.525.5336.86
Hex76465C029163614c1a25
Octal16610613405126665143245
Binary11101101000110101110001010011011011011010100110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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