Html Css Color HEX #764D7F Affair

📋 copy color: '#764D7F'

red 118 ◦ green 77 ◦ blue 127

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

Shades of Affair #764D7F

Tints of Affair #764D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 36.65%
G = 23.91%
B = 39.44%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#764D7F (or 0x764D7F) is known color: Affair. HEX triplet: 76, 4D and 7F. RGB value is (118,77,127). Sum of RGB (Red+Green+Blue) = 118+77+127=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #764D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D7F is #89B280. Grayscale: #5E5E5E. Windows color (decimal): -9024129 or 8342902. OLE color: 8342902.

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

Color convert

RGB 118 77 127 -
CMYK 0.07 0.39 0 0.50
HSL 289.2º 0.25% 0.4% -
HSV(B) 289.2º 0.39% 0.5% -
XYZ 13.96 10.69 21.41 -
YUV 94.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 118 77 127 0.07 0.39 0 0.50 289.2 0.25 0.4
Hex 76 4D 7F 7 27 0 32 121 19 28
Octal 166 115 177 7 47 0 62 441 31 50
Binary 1110110 1001101 1111111 111 100111 0 110010 100100001 11001 101000

Color Harmonies of #764D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D7F

Black with #764D7F

Text Example


Text Example

White with #764D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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