#76598A

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

Shades of Affair #76598A

Tints of Affair #76598A

Color information

#76598A (or 0x76598A) is unknown color: approx Affair. HEX triplet: 76, 59 and 8A. RGB value is (118,89,138). Sum of RGB (Red+Green+Blue) = 118+89+138=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #76598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76598A is #89A675. Grayscale: #676767. Windows color (decimal): -9021046 or 9066870. OLE color: 9066870.

HSL color Cylindrical-coordinate representation of color #76598A: hue angle of 275.51º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76598A is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11889138-
CMYK0.140.3600.46
HSL275.51º21.59%44.51%-
HSV(B)275.51º35.51%54.12%-
XYZ15.6312.8325.7-
YUV103.26147.61138.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 138 (54.30% from 255) = 40%
R=34.20%
G=25.80%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118891380.140.3600.46275.5121.5944.51
Hex76598AE2402E114162d
Octal16613121216440564242655
Binary11101101011001100010101110100100010111010001010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76598A; }

 p { color: rgb(118,89,138); }

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

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

 a { background-color: rgb(118,89,138); }

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

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

 span { border-color: rgb(118,89,138); }

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