#764263

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

Shades of Cosmic #764263

Tints of Cosmic #764263

Color information

#764263 (or 0x764263) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 63. RGB value is (118,66,99). Sum of RGB (Red+Green+Blue) = 118+66+99=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764263 is #89BD9C. Grayscale: #555555. Windows color (decimal): -9026973 or 6505078. OLE color: 6505078.

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

Color convert

RGB1186699-
CMYK00.440.160.54
HSL321.92º28.26%36.08%-
HSV(B)321.92º44.07%46.27%-
XYZ11.678.6512.86-
YUV85.31135.73151.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=41.70%
G=23.32%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118669900.440.160.54321.9228.2636.08
Hex76426302C10361421c24
Octal16610214305420665023444
Binary11101101000010110001101011001000011011010100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764263; }

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

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

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

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

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

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

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

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