Html Css Color HEX #764887 Affair

📋 copy color: '#764887'

red 118 ◦ green 72 ◦ blue 135

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

Shades of Affair #764887

Tints of Affair #764887

RGB

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

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

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

R = 36.31%
G = 22.15%
B = 41.54%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#764887 (or 0x764887) is known color: Affair. HEX triplet: 76, 48 and 87. RGB value is (118,72,135). Sum of RGB (Red+Green+Blue) = 118+72+135=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #764887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764887 is #89B778. Grayscale: #5C5C5C. Windows color (decimal): -9025401 or 8865910. OLE color: 8865910.

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

Color convert

RGB 118 72 135 -
CMYK 0.13 0.47 0 0.47
HSL 283.81º 0.3% 0.41% -
HSV(B) 283.81º 0.47% 0.53% -
XYZ 14.16 10.24 24.15 -
YUV 92.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 118 72 135 0.13 0.47 0 0.47 283.81 0.3 0.41
Hex 76 48 87 D 2F 0 2F 11C 1E 29
Octal 166 110 207 15 57 0 57 434 36 51
Binary 1110110 1001000 10000111 1101 101111 0 101111 100011100 11110 101001

Color Harmonies of #764887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764887

Black with #764887

Text Example


Text Example

White with #764887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764887; }

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

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

background-color css

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

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

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

border-color css

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

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

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