Html Css Color HEX #76487F Affair

📋 copy color: '#76487F'

red 118 ◦ green 72 ◦ blue 127

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

Shades of Affair #76487F

Tints of Affair #76487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

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

R = 37.22%
G = 22.71%
B = 40.06%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76487F (or 0x76487F) is known color: Affair. HEX triplet: 76, 48 and 7F. RGB value is (118,72,127). Sum of RGB (Red+Green+Blue) = 118+72+127=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #76487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76487F is #89B780. Grayscale: #5B5B5B. Windows color (decimal): -9025409 or 8341622. OLE color: 8341622.

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

Color convert

RGB 118 72 127 -
CMYK 0.07 0.43 0 0.50
HSL 290.18º 0.28% 0.39% -
HSV(B) 290.18º 0.43% 0.5% -
XYZ 13.62 10.02 21.29 -
YUV 92.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 118 72 127 0.07 0.43 0 0.50 290.18 0.28 0.39
Hex 76 48 7F 7 2B 0 32 122 1C 27
Octal 166 110 177 7 53 0 62 442 34 47
Binary 1110110 1001000 1111111 111 101011 0 110010 100100010 11100 100111

Color Harmonies of #76487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76487F

Black with #76487F

Text Example


Text Example

White with #76487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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