#764266

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

Shades of Cosmic #764266

Tints of Cosmic #764266

Color information

#764266 (or 0x764266) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 66. RGB value is (118,66,102). Sum of RGB (Red+Green+Blue) = 118+66+102=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764266 is #89BD99. Grayscale: #555555. Windows color (decimal): -9026970 or 6701686. OLE color: 6701686.

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

Color convert

RGB11866102-
CMYK00.440.140.54
HSL318.46º28.26%36.08%-
HSV(B)318.46º44.07%46.27%-
XYZ11.828.7113.63-
YUV85.65137.23151.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=41.26%
G=23.08%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186610200.440.140.54318.4628.2636.08
Hex76426602CE3613e1c24
Octal16610214605416664763444
Binary1110110100001011001100101100111011011010011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764266; }

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

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

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

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

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

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

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

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