Html Css Color HEX #76548D Affair

📋 copy color: '#76548D'

red 118 ◦ green 84 ◦ blue 141

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

Shades of Affair #76548D

Tints of Affair #76548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 34.4%
G = 24.49%
B = 41.11%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76548D (or 0x76548D) is known color: Affair. HEX triplet: 76, 54 and 8D. RGB value is (118,84,141). Sum of RGB (Red+Green+Blue) = 118+84+141=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #76548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76548D is #89AB72. Grayscale: #646464. Windows color (decimal): -9022323 or 9262198. OLE color: 9262198.

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

Color convert

RGB 118 84 141 -
CMYK 0.16 0.40 0 0.45
HSL 275.79º 0.25% 0.44% -
HSV(B) 275.79º 0.4% 0.55% -
XYZ 15.45 12.12 26.72 -
YUV 100.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 118 84 141 0.16 0.40 0 0.45 275.79 0.25 0.44
Hex 76 54 8D 10 28 0 2D 114 19 2C
Octal 166 124 215 20 50 0 55 424 31 54
Binary 1110110 1010100 10001101 10000 101000 0 101101 100010100 11001 101100

Color Harmonies of #76548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76548D

Black with #76548D

Text Example


Text Example

White with #76548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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