#764756

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

Shades of Cosmic #764756

Tints of Cosmic #764756

Color information

#764756 (or 0x764756) is unknown color: approx Cosmic. HEX triplet: 76, 47 and 56. RGB value is (118,71,86). Sum of RGB (Red+Green+Blue) = 118+71+86=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764756 is #89B8A9. Grayscale: #565656. Windows color (decimal): -9025706 or 5654390. OLE color: 5654390.

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

Color convert

RGB1187186-
CMYK00.400.270.54
HSL340.85º24.87%37.06%-
HSV(B)340.85º39.83%46.27%-
XYZ11.49.039.95-
YUV86.76127.57150.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=42.91%
G=25.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118718600.400.270.54340.8524.8737.06
Hex7647560281B361551925
Octal16610712605033665253145
Binary11101101000111101011001010001101111011010101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764756; }

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

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

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

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

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

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

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

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