Html Css Color HEX #76547C Affair

📋 copy color: '#76547C'

red 118 ◦ green 84 ◦ blue 124

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

Shades of Affair #76547C

Tints of Affair #76547C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 36.2%
G = 25.77%
B = 38.04%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76547C (or 0x76547C) is known color: Affair. HEX triplet: 76, 54 and 7C. RGB value is (118,84,124). Sum of RGB (Red+Green+Blue) = 118+84+124=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #76547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76547C is #89AB83. Grayscale: #626262. Windows color (decimal): -9022340 or 8148086. OLE color: 8148086.

HSL color Cylindrical-coordinate representation of color #76547C: hue angle of 291º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76547C is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 84 124 -
CMYK 0.05 0.32 0 0.51
HSL 291º 0.19% 0.41% -
HSV(B) 291º 0.32% 0.49% -
XYZ 14.28 11.65 20.56 -
YUV 98.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 118 84 124 0.05 0.32 0 0.51 291 0.19 0.41
Hex 76 54 7C 5 20 0 33 123 13 29
Octal 166 124 174 5 40 0 63 443 23 51
Binary 1110110 1010100 1111100 101 100000 0 110011 100100011 10011 101001

Color Harmonies of #76547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76547C

Black with #76547C

Text Example


Text Example

White with #76547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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