#764C58

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

Shades of Cosmic #764C58

Tints of Cosmic #764C58

Color information

#764C58 (or 0x764C58) is unknown color: approx Cosmic. HEX triplet: 76, 4C and 58. RGB value is (118,76,88). Sum of RGB (Red+Green+Blue) = 118+76+88=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C58 is #89B3A7. Grayscale: #595959. Windows color (decimal): -9024424 or 5786742. OLE color: 5786742.

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

Color convert

RGB1187688-
CMYK00.360.250.54
HSL342.86º21.65%38.04%-
HSV(B)342.86º35.59%46.27%-
XYZ11.829.7310.49-
YUV89.93126.91148.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=41.84%
G=26.95%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118768800.360.250.54342.8621.6538.04
Hex764C5802419361571626
Octal16611413004431665272646
Binary11101101001100101100001001001100111011010101011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C58; }

 p { color: rgb(118,76,88); }

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

<style>
 a { background-color: #764C58; }

 a { background-color: rgb(118,76,88); }

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

<style>
 span { border-color: #764C58; }

 span { border-color: rgb(118,76,88); }

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