#764969

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

Shades of Cosmic #764969

Tints of Cosmic #764969

Color information

#764969 (or 0x764969) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 69. RGB value is (118,73,105). Sum of RGB (Red+Green+Blue) = 118+73+105=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764969 is #89B696. Grayscale: #5A5A5A. Windows color (decimal): -9025175 or 6900086. OLE color: 6900086.

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

Color convert

RGB11873105-
CMYK00.380.110.54
HSL317.33º23.56%37.45%-
HSV(B)317.33º38.14%46.27%-
XYZ12.49.6414.57-
YUV90.1136.41147.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=39.86%
G=24.66%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187310500.380.110.54317.3323.5637.45
Hex764969026B3613d1825
Octal16611115104613664753045
Binary1110110100100111010010100110101111011010011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764969; }

 p { color: rgb(118,73,105); }

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

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

 a { background-color: rgb(118,73,105); }

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

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

 span { border-color: rgb(118,73,105); }

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