#764766

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

Shades of Cosmic #764766

Tints of Cosmic #764766

Color information

#764766 (or 0x764766) is unknown color: approx Cosmic. HEX triplet: 76, 47 and 66. RGB value is (118,71,102). Sum of RGB (Red+Green+Blue) = 118+71+102=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764766 is #89B899. Grayscale: #585858. Windows color (decimal): -9025690 or 6702966. OLE color: 6702966.

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

Color convert

RGB11871102-
CMYK00.400.140.54
HSL320.43º24.87%37.06%-
HSV(B)320.43º39.83%46.27%-
XYZ12.129.3213.73-
YUV88.59135.57148.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=40.55%
G=24.40%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187110200.400.140.54320.4324.8737.06
Hex764766028E361401925
Octal16610714605016665003145
Binary1110110100011111001100101000111011011010100000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764766; }

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

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

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

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

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

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

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

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