Html Css Color HEX #715276 Affair

📋 copy color: '#715276'

red 113 ◦ green 82 ◦ blue 118

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

Shades of Affair #715276

Tints of Affair #715276

RGB

 RED value IS 113 (44.53% from 255) = 36.1%

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 36.1%
G = 26.2%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715276 (or 0x715276) is known color: Affair. HEX triplet: 71, 52 and 76. RGB value is (113,82,118). Sum of RGB (Red+Green+Blue) = 113+82+118=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #715276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715276 is #8EAD89. Grayscale: #5F5F5F. Windows color (decimal): -9350538 or 7754353. OLE color: 7754353.

HSL color Cylindrical-coordinate representation of color #715276: hue angle of 291.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715276 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 82 118 -
CMYK 0.04 0.31 0 0.54
HSL 291.67º 0.18% 0.39% -
HSV(B) 291.67º 0.31% 0.46% -
XYZ 13.1 10.85 18.54 -
YUV 95.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 113 82 118 0.04 0.31 0 0.54 291.67 0.18 0.39
Hex 71 52 76 4 1F 0 36 124 12 27
Octal 161 122 166 4 37 0 66 444 22 47
Binary 1110001 1010010 1110110 100 11111 0 110110 100100100 10010 100111

Color Harmonies of #715276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715276

Black with #715276

Text Example


Text Example

White with #715276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715276; }

 p { color: rgb(113,82,118); }

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

background-color css

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

 a { background-color: rgb(113,82,118); }

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

border-color css

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

 span { border-color: rgb(113,82,118); }

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