Html Css Color HEX #76598E Affair

📋 copy color: '#76598E'

red 118 ◦ green 89 ◦ blue 142

#76598E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #76598E

Tints of Affair #76598E

RGB

 RED value IS 118 (46.48% from 255) = 33.81%

 GREEN value IS 89 (35.16% from 255) = 25.5%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 33.81%
G = 25.5%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76598E (or 0x76598E) is known color: Affair. HEX triplet: 76, 59 and 8E. RGB value is (118,89,142). Sum of RGB (Red+Green+Blue) = 118+89+142=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #76598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76598E is #89A671. Grayscale: #676767. Windows color (decimal): -9021042 or 9329014. OLE color: 9329014.

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

Color convert

RGB 118 89 142 -
CMYK 0.17 0.37 0 0.44
HSL 272.83º 0.23% 0.45% -
HSV(B) 272.83º 0.37% 0.56% -
XYZ 15.93 12.95 27.25 -
YUV 103.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 118 89 142 0.17 0.37 0 0.44 272.83 0.23 0.45
Hex 76 59 8E 11 25 0 2C 111 17 2D
Octal 166 131 216 21 45 0 54 421 27 55
Binary 1110110 1011001 10001110 10001 100101 0 101100 100010001 10111 101101

Color Harmonies of #76598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76598E

Black with #76598E

Text Example


Text Example

White with #76598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76598E;
 }
 .AnyTagClassName
 {
   color: #76598E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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