#764F63

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

Shades of Cosmic #764F63

Tints of Cosmic #764F63

Color information

#764F63 (or 0x764F63) is unknown color: approx Cosmic. HEX triplet: 76, 4F and 63. RGB value is (118,79,99). Sum of RGB (Red+Green+Blue) = 118+79+99=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F63 is #89B09C. Grayscale: #5C5C5C. Windows color (decimal): -9023645 or 6508406. OLE color: 6508406.

HSL color Cylindrical-coordinate representation of color #764F63: hue angle of 329.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F63 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1187999-
CMYK00.330.160.54
HSL329.23º19.8%38.63%-
HSV(B)329.23º33.05%46.27%-
XYZ12.5210.3413.14-
YUV92.94131.42145.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=39.86%
G=26.69%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118799900.330.160.54329.2319.838.63
Hex764F6302110361491427
Octal16611714304120665112447
Binary11101101001111110001101000011000011011010100100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F63; }

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

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

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

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

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

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

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

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