#764957

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

Shades of Cosmic #764957

Tints of Cosmic #764957

Color information

#764957 (or 0x764957) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 57. RGB value is (118,73,87). Sum of RGB (Red+Green+Blue) = 118+73+87=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764957 is #89B6A8. Grayscale: #585858. Windows color (decimal): -9025193 or 5720438. OLE color: 5720438.

HSL color Cylindrical-coordinate representation of color #764957: hue angle of 341.33º 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 #764957 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1187387-
CMYK00.380.260.54
HSL341.33º23.56%37.45%-
HSV(B)341.33º38.14%46.27%-
XYZ11.579.310.2-
YUV88.05127.41149.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=42.45%
G=26.26%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118738700.380.260.54341.3323.5637.45
Hex7649570261A361551825
Octal16611112704632665253045
Binary11101101001001101011101001101101011011010101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764957; }

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

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

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

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

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

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

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

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