Html Css Color HEX #764D80 Affair

📋 copy color: '#764D80'

red 118 ◦ green 77 ◦ blue 128

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

Shades of Affair #764D80

Tints of Affair #764D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 36.53%
G = 23.84%
B = 39.63%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#764D80 (or 0x764D80) is known color: Affair. HEX triplet: 76, 4D and 80. RGB value is (118,77,128). Sum of RGB (Red+Green+Blue) = 118+77+128=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #764D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D80 is #89B27F. Grayscale: #5E5E5E. Windows color (decimal): -9024128 or 8408438. OLE color: 8408438.

HSL color Cylindrical-coordinate representation of color #764D80: hue angle of 288.24º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764D80 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 77 128 -
CMYK 0.08 0.40 0 0.50
HSL 288.24º 0.25% 0.4% -
HSV(B) 288.24º 0.4% 0.5% -
XYZ 14.02 10.72 21.75 -
YUV 95.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 118 77 128 0.08 0.40 0 0.50 288.24 0.25 0.4
Hex 76 4D 80 8 28 0 32 120 19 28
Octal 166 115 200 10 50 0 62 440 31 50
Binary 1110110 1001101 10000000 1000 101000 0 110010 100100000 11001 101000

Color Harmonies of #764D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D80

Black with #764D80

Text Example


Text Example

White with #764D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D80; }

 p { color: rgb(118,77,128); }

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

background-color css

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

 a { background-color: rgb(118,77,128); }

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

border-color css

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

 span { border-color: rgb(118,77,128); }

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