Html Css Color HEX #76548A Affair

📋 copy color: '#76548A'

red 118 ◦ green 84 ◦ blue 138

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

Shades of Affair #76548A

Tints of Affair #76548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 34.71%
G = 24.71%
B = 40.59%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76548A (or 0x76548A) is known color: Affair. HEX triplet: 76, 54 and 8A. RGB value is (118,84,138). Sum of RGB (Red+Green+Blue) = 118+84+138=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #76548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76548A is #89AB75. Grayscale: #646464. Windows color (decimal): -9022326 or 9065590. OLE color: 9065590.

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

Color convert

RGB 118 84 138 -
CMYK 0.14 0.39 0 0.46
HSL 277.78º 0.24% 0.44% -
HSV(B) 277.78º 0.39% 0.54% -
XYZ 15.23 12.03 25.56 -
YUV 100.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 118 84 138 0.14 0.39 0 0.46 277.78 0.24 0.44
Hex 76 54 8A E 27 0 2E 116 18 2C
Octal 166 124 212 16 47 0 56 426 30 54
Binary 1110110 1010100 10001010 1110 100111 0 101110 100010110 11000 101100

Color Harmonies of #76548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76548A

Black with #76548A

Text Example


Text Example

White with #76548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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