#764958

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

Shades of Cosmic #764958

Tints of Cosmic #764958

Color information

#764958 (or 0x764958) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 58. RGB value is (118,73,88). Sum of RGB (Red+Green+Blue) = 118+73+88=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #764958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764958 is #89B6A7. Grayscale: #585858. Windows color (decimal): -9025192 or 5785974. OLE color: 5785974.

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

Color convert

RGB1187388-
CMYK00.380.250.54
HSL340º23.56%37.45%-
HSV(B)340º38.14%46.27%-
XYZ11.629.3210.42-
YUV88.16127.91149.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=42.29%
G=26.16%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118738800.380.250.5434023.5637.45
Hex76495802619361541825
Octal16611113004631665243045
Binary11101101001001101100001001101100111011010101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764958; }

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

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

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

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

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

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

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

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