Html Css Color HEX #76477F Affair

📋 copy color: '#76477F'

red 118 ◦ green 71 ◦ blue 127

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

Shades of Affair #76477F

Tints of Affair #76477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.47%

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

R = 37.34%
G = 22.47%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76477F (or 0x76477F) is known color: Affair. HEX triplet: 76, 47 and 7F. RGB value is (118,71,127). Sum of RGB (Red+Green+Blue) = 118+71+127=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #76477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76477F is #89B880. Grayscale: #5B5B5B. Windows color (decimal): -9025665 or 8341366. OLE color: 8341366.

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

Color convert

RGB 118 71 127 -
CMYK 0.07 0.44 0 0.50
HSL 290.36º 0.28% 0.39% -
HSV(B) 290.36º 0.44% 0.5% -
XYZ 13.56 9.89 21.27 -
YUV 91.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 118 71 127 0.07 0.44 0 0.50 290.36 0.28 0.39
Hex 76 47 7F 7 2C 0 32 122 1C 27
Octal 166 107 177 7 54 0 62 442 34 47
Binary 1110110 1000111 1111111 111 101100 0 110010 100100010 11100 100111

Color Harmonies of #76477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76477F

Black with #76477F

Text Example


Text Example

White with #76477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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