#764164

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

Shades of Cosmic #764164

Tints of Cosmic #764164

Color information

#764164 (or 0x764164) is unknown color: approx Cosmic. HEX triplet: 76, 41 and 64. RGB value is (118,65,100). Sum of RGB (Red+Green+Blue) = 118+65+100=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764164 is #89BE9B. Grayscale: #545454. Windows color (decimal): -9027228 or 6570358. OLE color: 6570358.

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

Color convert

RGB11865100-
CMYK00.450.150.54
HSL320.38º28.96%35.88%-
HSV(B)320.38º44.92%46.27%-
XYZ11.668.5513.09-
YUV84.84136.56151.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=41.70%
G=22.97%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186510000.450.150.54320.3828.9635.88
Hex76416402DF361401d24
Octal16610114405517665003544
Binary1110110100000111001000101101111111011010100000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764164; }

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

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

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

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

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

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

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

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