#764956

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

Shades of Cosmic #764956

Tints of Cosmic #764956

Color information

#764956 (or 0x764956) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 56. RGB value is (118,73,86). Sum of RGB (Red+Green+Blue) = 118+73+86=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764956 is #89B6A9. Grayscale: #575757. Windows color (decimal): -9025194 or 5654902. OLE color: 5654902.

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

Color convert

RGB1187386-
CMYK00.380.270.54
HSL342.67º23.56%37.45%-
HSV(B)342.67º38.14%46.27%-
XYZ11.539.299.99-
YUV87.94126.91149.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=42.60%
G=26.35%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118738600.380.270.54342.6723.5637.45
Hex7649560261B361571825
Octal16611112604633665273045
Binary11101101001001101011001001101101111011010101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764956; }

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

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

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

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

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

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

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

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