#764665

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

Shades of Cosmic #764665

Tints of Cosmic #764665

Color information

#764665 (or 0x764665) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 65. RGB value is (118,70,101). Sum of RGB (Red+Green+Blue) = 118+70+101=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764665 is #89B99A. Grayscale: #575757. Windows color (decimal): -9025947 or 6637174. OLE color: 6637174.

HSL color Cylindrical-coordinate representation of color #764665: hue angle of 321.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764665 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11870101-
CMYK00.410.140.54
HSL321.25º25.53%36.86%-
HSV(B)321.25º40.68%46.27%-
XYZ12.019.1713.45-
YUV87.89135.4149.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=40.83%
G=24.22%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187010100.410.140.54321.2525.5336.86
Hex764665029E361411a25
Octal16610614505116665013245
Binary1110110100011011001010101001111011011010100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764665; }

 p { color: rgb(118,70,101); }

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

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

 a { background-color: rgb(118,70,101); }

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

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

 span { border-color: rgb(118,70,101); }

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