Html Css Color HEX #764787 Affair

📋 copy color: '#764787'

red 118 ◦ green 71 ◦ blue 135

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

Shades of Affair #764787

Tints of Affair #764787

RGB

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

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

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

R = 36.42%
G = 21.91%
B = 41.67%

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

#764787 (or 0x764787) is known color: Affair. HEX triplet: 76, 47 and 87. RGB value is (118,71,135). Sum of RGB (Red+Green+Blue) = 118+71+135=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #764787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764787 is #89B878. Grayscale: #5C5C5C. Windows color (decimal): -9025657 or 8865654. OLE color: 8865654.

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

Color convert

RGB 118 71 135 -
CMYK 0.13 0.47 0 0.47
HSL 284.06º 0.31% 0.4% -
HSV(B) 284.06º 0.47% 0.53% -
XYZ 14.1 10.11 24.13 -
YUV 92.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 118 71 135 0.13 0.47 0 0.47 284.06 0.31 0.4
Hex 76 47 87 D 2F 0 2F 11C 1F 28
Octal 166 107 207 15 57 0 57 434 37 50
Binary 1110110 1000111 10000111 1101 101111 0 101111 100011100 11111 101000

Color Harmonies of #764787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764787

Black with #764787

Text Example


Text Example

White with #764787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764787; }

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

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

background-color css

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

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

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

border-color css

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

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

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