#764769

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

Shades of Cosmic #764769

Tints of Cosmic #764769

Color information

#764769 (or 0x764769) is unknown color: approx Cosmic. HEX triplet: 76, 47 and 69. RGB value is (118,71,105). Sum of RGB (Red+Green+Blue) = 118+71+105=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764769 is #89B896. Grayscale: #585858. Windows color (decimal): -9025687 or 6899574. OLE color: 6899574.

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

Color convert

RGB11871105-
CMYK00.400.110.54
HSL316.6º24.87%37.06%-
HSV(B)316.6º39.83%46.27%-
XYZ12.279.3814.53-
YUV88.93137.07148.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=40.14%
G=24.15%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187110500.400.110.54316.624.8737.06
Hex764769028B3613d1925
Octal16610715105013664753145
Binary1110110100011111010010101000101111011010011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764769; }

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

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

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

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

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

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

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

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