#764260

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

Shades of Cosmic #764260

Tints of Cosmic #764260

Color information

#764260 (or 0x764260) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 60. RGB value is (118,66,96). Sum of RGB (Red+Green+Blue) = 118+66+96=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764260 is #89BD9F. Grayscale: #545454. Windows color (decimal): -9026976 or 6308470. OLE color: 6308470.

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

Color convert

RGB1186696-
CMYK00.440.190.54
HSL325.38º28.26%36.08%-
HSV(B)325.38º44.07%46.27%-
XYZ11.538.5912.12-
YUV84.97134.23151.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=42.14%
G=23.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118669600.440.190.54325.3828.2636.08
Hex76426002C13361451c24
Octal16610214005423665053444
Binary11101101000010110000001011001001111011010100010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764260; }

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

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

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

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

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

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

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

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