#764166

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

Shades of Cosmic #764166

Tints of Cosmic #764166

Color information

#764166 (or 0x764166) is unknown color: approx Cosmic. HEX triplet: 76, 41 and 66. RGB value is (118,65,102). Sum of RGB (Red+Green+Blue) = 118+65+102=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764166 is #89BE99. Grayscale: #545454. Windows color (decimal): -9027226 or 6701430. OLE color: 6701430.

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

Color convert

RGB11865102-
CMYK00.450.140.54
HSL318.11º28.96%35.88%-
HSV(B)318.11º44.92%46.27%-
XYZ11.768.5913.61-
YUV85.06137.56151.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=41.40%
G=22.81%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186510200.450.140.54318.1128.9635.88
Hex76416602DE3613e1d24
Octal16610114605516664763544
Binary1110110100000111001100101101111011011010011111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764166; }

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

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

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

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

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

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

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

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