Html Css Color HEX #76497E Affair

📋 copy color: '#76497E'

red 118 ◦ green 73 ◦ blue 126

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

Shades of Affair #76497E

Tints of Affair #76497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 37.22%
G = 23.03%
B = 39.75%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76497E (or 0x76497E) is known color: Affair. HEX triplet: 76, 49 and 7E. RGB value is (118,73,126). Sum of RGB (Red+Green+Blue) = 118+73+126=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #76497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76497E is #89B681. Grayscale: #5C5C5C. Windows color (decimal): -9025154 or 8276342. OLE color: 8276342.

HSL color Cylindrical-coordinate representation of color #76497E: hue angle of 290.94º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76497E is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 73 126 -
CMYK 0.06 0.42 0 0.51
HSL 290.94º 0.27% 0.39% -
HSV(B) 290.94º 0.42% 0.49% -
XYZ 13.62 10.12 20.97 -
YUV 92.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 118 73 126 0.06 0.42 0 0.51 290.94 0.27 0.39
Hex 76 49 7E 6 2A 0 33 123 1B 27
Octal 166 111 176 6 52 0 63 443 33 47
Binary 1110110 1001001 1111110 110 101010 0 110011 100100011 11011 100111

Color Harmonies of #76497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76497E

Black with #76497E

Text Example


Text Example

White with #76497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76497E; }

 p { color: rgb(118,73,126); }

 H1.HeaderClassName
 {
   color: #76497E;
 }
 .AnyTagClassName
 {
   color: #76497E;
 }
</style>

background-color css

<style>
 a { background-color: #76497E; }

 a { background-color: rgb(118,73,126); }

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

border-color css

<style>
 span { border-color: #76497E; }

 span { border-color: rgb(118,73,126); }

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