Html Css Color HEX #764C87 Affair

📋 copy color: '#764C87'

red 118 ◦ green 76 ◦ blue 135

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

Shades of Affair #764C87

Tints of Affair #764C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 35.87%
G = 23.1%
B = 41.03%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#764C87 (or 0x764C87) is known color: Affair. HEX triplet: 76, 4C and 87. RGB value is (118,76,135). Sum of RGB (Red+Green+Blue) = 118+76+135=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #764C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C87 is #89B378. Grayscale: #5F5F5F. Windows color (decimal): -9024377 or 8866934. OLE color: 8866934.

HSL color Cylindrical-coordinate representation of color #764C87: hue angle of 282.71º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764C87 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 76 135 -
CMYK 0.13 0.44 0 0.47
HSL 282.71º 0.28% 0.41% -
HSV(B) 282.71º 0.44% 0.53% -
XYZ 14.43 10.77 24.24 -
YUV 95.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 118 76 135 0.13 0.44 0 0.47 282.71 0.28 0.41
Hex 76 4C 87 D 2C 0 2F 11B 1C 29
Octal 166 114 207 15 54 0 57 433 34 51
Binary 1110110 1001100 10000111 1101 101100 0 101111 100011011 11100 101001

Color Harmonies of #764C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C87

Black with #764C87

Text Example


Text Example

White with #764C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,135); }

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

background-color css

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

 a { background-color: rgb(118,76,135); }

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

border-color css

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

 span { border-color: rgb(118,76,135); }

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