Html Css Color HEX #76588D Affair

📋 copy color: '#76588D'

red 118 ◦ green 88 ◦ blue 141

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

Shades of Affair #76588D

Tints of Affair #76588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 34.01%
G = 25.36%
B = 40.63%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76588D (or 0x76588D) is known color: Affair. HEX triplet: 76, 58 and 8D. RGB value is (118,88,141). Sum of RGB (Red+Green+Blue) = 118+88+141=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #76588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76588D is #89A772. Grayscale: #666666. Windows color (decimal): -9021299 or 9263222. OLE color: 9263222.

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

Color convert

RGB 118 88 141 -
CMYK 0.16 0.38 0 0.45
HSL 273.96º 0.23% 0.45% -
HSV(B) 273.96º 0.38% 0.55% -
XYZ 15.77 12.75 26.83 -
YUV 103.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 118 88 141 0.16 0.38 0 0.45 273.96 0.23 0.45
Hex 76 58 8D 10 26 0 2D 112 17 2D
Octal 166 130 215 20 46 0 55 422 27 55
Binary 1110110 1011000 10001101 10000 100110 0 101101 100010010 10111 101101

Color Harmonies of #76588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76588D

Black with #76588D

Text Example


Text Example

White with #76588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76588D;
 }
 .AnyTagClassName
 {
   color: #76588D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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