#76495E

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

Shades of Cosmic #76495E

Tints of Cosmic #76495E

Color information

#76495E (or 0x76495E) is unknown color: approx Cosmic. HEX triplet: 76, 49 and 5E. RGB value is (118,73,94). Sum of RGB (Red+Green+Blue) = 118+73+94=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #76495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76495E is #89B6A1. Grayscale: #585858. Windows color (decimal): -9025186 or 6179190. OLE color: 6179190.

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

Color convert

RGB1187394-
CMYK00.380.200.54
HSL332º23.56%37.45%-
HSV(B)332º38.14%46.27%-
XYZ11.879.4211.78-
YUV88.85130.91148.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=41.40%
G=25.61%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118739400.380.200.5433223.5637.45
Hex76495E026143614c1825
Octal16611113604624665143045
Binary11101101001001101111001001101010011011010100110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76495E; }

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

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

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

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

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

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

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

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