#764857

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

Shades of Cosmic #764857

Tints of Cosmic #764857

Color information

#764857 (or 0x764857) is unknown color: approx Cosmic. HEX triplet: 76, 48 and 57. RGB value is (118,72,87). Sum of RGB (Red+Green+Blue) = 118+72+87=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764857 is #89B7A8. Grayscale: #575757. Windows color (decimal): -9025449 or 5720182. OLE color: 5720182.

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

Color convert

RGB1187287-
CMYK00.390.260.54
HSL340.43º24.21%37.25%-
HSV(B)340.43º38.98%46.27%-
XYZ11.519.1710.18-
YUV87.46127.74149.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=42.60%
G=25.99%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118728700.390.260.54340.4324.2137.25
Hex7648570271A361541825
Octal16611012704732665243045
Binary11101101001000101011101001111101011011010101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764857; }

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

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

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

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

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

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

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

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