Html Css Color HEX #715C7F Affair

📋 copy color: '#715C7F'

red 113 ◦ green 92 ◦ blue 127

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

Shades of Affair #715C7F

Tints of Affair #715C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 127 (50% from 255) = 38.25%

R = 34.04%
G = 27.71%
B = 38.25%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#715C7F (or 0x715C7F) is known color: Affair. HEX triplet: 71, 5C and 7F. RGB value is (113,92,127). Sum of RGB (Red+Green+Blue) = 113+92+127=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #715C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C7F is #8EA380. Grayscale: #666666. Windows color (decimal): -9347969 or 8346737. OLE color: 8346737.

HSL color Cylindrical-coordinate representation of color #715C7F: hue angle of 276º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715C7F is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 92 127 -
CMYK 0.11 0.28 0 0.50
HSL 276º 0.16% 0.43% -
HSV(B) 276º 0.28% 0.5% -
XYZ 14.47 12.7 21.77 -
YUV 102.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 113 92 127 0.11 0.28 0 0.50 276 0.16 0.43
Hex 71 5C 7F B 1C 0 32 114 10 2B
Octal 161 134 177 13 34 0 62 424 20 53
Binary 1110001 1011100 1111111 1011 11100 0 110010 100010100 10000 101011

Color Harmonies of #715C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C7F

Black with #715C7F

Text Example


Text Example

White with #715C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715C7F; }

 p { color: rgb(113,92,127); }

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

background-color css

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

 a { background-color: rgb(113,92,127); }

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

border-color css

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

 span { border-color: rgb(113,92,127); }

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