#764858

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

Shades of Cosmic #764858

Tints of Cosmic #764858

Color information

#764858 (or 0x764858) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 58. RGB value is (118,72,88). Sum of RGB (Red+Green+Blue) = 118+72+88=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764858 is #89B7A7. Grayscale: #575757. Windows color (decimal): -9025448 or 5785718. OLE color: 5785718.

HSL color Cylindrical-coordinate representation of color #764858: hue angle of 339.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764858 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1187288-
CMYK00.390.250.54
HSL339.13º24.21%37.25%-
HSV(B)339.13º38.98%46.27%-
XYZ11.559.1910.4-
YUV87.58128.24149.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=42.45%
G=25.90%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118728800.390.250.54339.1324.2137.25
Hex76485802719361531825
Octal16611013004731665233045
Binary11101101001000101100001001111100111011010101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764858; }

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

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

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

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

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

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

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

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