#76588E

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

Shades of Affair #76588E

Tints of Affair #76588E

Color information

#76588E (or 0x76588E) is unknown color: approx Affair. HEX triplet: 76, 58 and 8E. RGB value is (118,88,142). Sum of RGB (Red+Green+Blue) = 118+88+142=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #76588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76588E is #89A771. Grayscale: #666666. Windows color (decimal): -9021298 or 9328758. OLE color: 9328758.

HSL color Cylindrical-coordinate representation of color #76588E: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76588E is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11888142-
CMYK0.170.3800.44
HSL273.33º23.48%45.1%-
HSV(B)273.33º38.03%55.69%-
XYZ15.8412.7827.22-
YUV103.13149.94138.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=33.91%
G=25.29%
B=40.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118881420.170.3800.44273.3323.4845.1
Hex76588E112602C111172d
Octal16613021621460544212755
Binary111011010110001000111010001100110010110010001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,88,142); }

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

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

 a { background-color: rgb(118,88,142); }

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

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

 span { border-color: rgb(118,88,142); }

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