#76466A

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

Shades of Cosmic #76466A

Tints of Cosmic #76466A

Color information

#76466A (or 0x76466A) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 6A. RGB value is (118,70,106). Sum of RGB (Red+Green+Blue) = 118+70+106=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76466A is #89B995. Grayscale: #585858. Windows color (decimal): -9025942 or 6964854. OLE color: 6964854.

HSL color Cylindrical-coordinate representation of color #76466A: hue angle of 315º 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 #76466A is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11870106-
CMYK00.410.100.54
HSL315º25.53%36.86%-
HSV(B)315º40.68%46.27%-
XYZ12.269.2714.78-
YUV88.46137.9149.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=40.14%
G=23.81%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187010600.410.100.5431525.5336.86
Hex76466A029A3613b1a25
Octal16610615205112664733245
Binary1110110100011011010100101001101011011010011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76466A; }

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

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

<style>
 a { background-color: #76466A; }

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

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

<style>
 span { border-color: #76466A; }

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

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