#764259

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

Shades of Cosmic #764259

Tints of Cosmic #764259

Color information

#764259 (or 0x764259) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 59. RGB value is (118,66,89). Sum of RGB (Red+Green+Blue) = 118+66+89=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764259 is #89BDA6. Grayscale: #545454. Windows color (decimal): -9026983 or 5849718. OLE color: 5849718.

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

Color convert

RGB1186689-
CMYK00.440.250.54
HSL333.46º28.26%36.08%-
HSV(B)333.46º44.07%46.27%-
XYZ11.228.4710.49-
YUV84.17130.73152.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=43.22%
G=24.18%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118668900.440.250.54333.4628.2636.08
Hex76425902C193614d1c24
Octal16610213105431665153444
Binary11101101000010101100101011001100111011010100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764259; }

 p { color: rgb(118,66,89); }

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

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

 a { background-color: rgb(118,66,89); }

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

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

 span { border-color: rgb(118,66,89); }

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