Html Css Color HEX #76537F Affair

📋 copy color: '#76537F'

red 118 ◦ green 83 ◦ blue 127

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

Shades of Affair #76537F

Tints of Affair #76537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 35.98%
G = 25.3%
B = 38.72%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76537F (or 0x76537F) is known color: Affair. HEX triplet: 76, 53 and 7F. RGB value is (118,83,127). Sum of RGB (Red+Green+Blue) = 118+83+127=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #76537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76537F is #89AC80. Grayscale: #626262. Windows color (decimal): -9022593 or 8344438. OLE color: 8344438.

HSL color Cylindrical-coordinate representation of color #76537F: hue angle of 287.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76537F is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 83 127 -
CMYK 0.07 0.35 0 0.50
HSL 287.73º 0.21% 0.41% -
HSV(B) 287.73º 0.35% 0.5% -
XYZ 14.4 11.57 21.55 -
YUV 98.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 118 83 127 0.07 0.35 0 0.50 287.73 0.21 0.41
Hex 76 53 7F 7 23 0 32 120 15 29
Octal 166 123 177 7 43 0 62 440 25 51
Binary 1110110 1010011 1111111 111 100011 0 110010 100100000 10101 101001

Color Harmonies of #76537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76537F

Black with #76537F

Text Example


Text Example

White with #76537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76537F; }

 p { color: rgb(118,83,127); }

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

background-color css

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

 a { background-color: rgb(118,83,127); }

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

border-color css

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

 span { border-color: rgb(118,83,127); }

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