Html Css Color HEX #76578C Affair

📋 copy color: '#76578C'

red 118 ◦ green 87 ◦ blue 140

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

Shades of Affair #76578C

Tints of Affair #76578C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 34.2%
G = 25.22%
B = 40.58%

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

#76578C (or 0x76578C) is known color: Affair. HEX triplet: 76, 57 and 8C. RGB value is (118,87,140). Sum of RGB (Red+Green+Blue) = 118+87+140=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #76578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76578C is #89A873. Grayscale: #666666. Windows color (decimal): -9021556 or 9197430. OLE color: 9197430.

HSL color Cylindrical-coordinate representation of color #76578C: hue angle of 275.09º 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 #76578C is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 87 140 -
CMYK 0.16 0.38 0 0.45
HSL 275.09º 0.23% 0.45% -
HSV(B) 275.09º 0.38% 0.55% -
XYZ 15.61 12.56 26.41 -
YUV 102.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 118 87 140 0.16 0.38 0 0.45 275.09 0.23 0.45
Hex 76 57 8C 10 26 0 2D 113 17 2D
Octal 166 127 214 20 46 0 55 423 27 55
Binary 1110110 1010111 10001100 10000 100110 0 101101 100010011 10111 101101

Color Harmonies of #76578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76578C

Black with #76578C

Text Example


Text Example

White with #76578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76578C; }

 p { color: rgb(118,87,140); }

 H1.HeaderClassName
 {
   color: #76578C;
 }
 .AnyTagClassName
 {
   color: #76578C;
 }
</style>

background-color css

<style>
 a { background-color: #76578C; }

 a { background-color: rgb(118,87,140); }

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

border-color css

<style>
 span { border-color: #76578C; }

 span { border-color: rgb(118,87,140); }

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