Html Css Color HEX #764D89 Affair

📋 copy color: '#764D89'

red 118 ◦ green 77 ◦ blue 137

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

Shades of Affair #764D89

Tints of Affair #764D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 35.54%
G = 23.19%
B = 41.27%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#764D89 (or 0x764D89) is known color: Affair. HEX triplet: 76, 4D and 89. RGB value is (118,77,137). Sum of RGB (Red+Green+Blue) = 118+77+137=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #764D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D89 is #89B276. Grayscale: #5F5F5F. Windows color (decimal): -9024119 or 8998262. OLE color: 8998262.

HSL color Cylindrical-coordinate representation of color #764D89: hue angle of 281º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764D89 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 77 137 -
CMYK 0.14 0.44 0 0.46
HSL 281º 0.28% 0.42% -
HSV(B) 281º 0.44% 0.54% -
XYZ 14.64 10.97 25.01 -
YUV 96.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 118 77 137 0.14 0.44 0 0.46 281 0.28 0.42
Hex 76 4D 89 E 2C 0 2E 119 1C 2A
Octal 166 115 211 16 54 0 56 431 34 52
Binary 1110110 1001101 10001001 1110 101100 0 101110 100011001 11100 101010

Color Harmonies of #764D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D89

Black with #764D89

Text Example


Text Example

White with #764D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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