#764E58

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

Shades of Cosmic #764E58

Tints of Cosmic #764E58

Color information

#764E58 (or 0x764E58) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 58. RGB value is (118,78,88). Sum of RGB (Red+Green+Blue) = 118+78+88=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E58 is #89B1A7. Grayscale: #5B5B5B. Windows color (decimal): -9023912 or 5787254. OLE color: 5787254.

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

Color convert

RGB1187888-
CMYK00.340.250.54
HSL345º20.41%38.43%-
HSV(B)345º33.9%46.27%-
XYZ11.961010.53-
YUV91.1126.25147.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=41.55%
G=27.46%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118788800.340.250.5434520.4138.43
Hex764E5802219361591426
Octal16611613004231665312446
Binary11101101001110101100001000101100111011010101100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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