#764657

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

Shades of Cosmic #764657

Tints of Cosmic #764657

Color information

#764657 (or 0x764657) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 57. RGB value is (118,70,87). Sum of RGB (Red+Green+Blue) = 118+70+87=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764657 is #89B9A8. Grayscale: #565656. Windows color (decimal): -9025961 or 5719670. OLE color: 5719670.

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

Color convert

RGB1187087-
CMYK00.410.260.54
HSL338.75º25.53%36.86%-
HSV(B)338.75º40.68%46.27%-
XYZ11.388.9210.14-
YUV86.29128.4150.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=42.91%
G=25.45%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118708700.410.260.54338.7525.5336.86
Hex7646570291A361531a25
Octal16610612705132665233245
Binary11101101000110101011101010011101011011010101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764657; }

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

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

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

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

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

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

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

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