Html Css Color HEX #764C7F Affair

📋 copy color: '#764C7F'

red 118 ◦ green 76 ◦ blue 127

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

Shades of Affair #764C7F

Tints of Affair #764C7F

RGB

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

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

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

R = 36.76%
G = 23.68%
B = 39.56%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#764C7F (or 0x764C7F) is known color: Affair. HEX triplet: 76, 4C and 7F. RGB value is (118,76,127). Sum of RGB (Red+Green+Blue) = 118+76+127=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #764C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C7F is #89B380. Grayscale: #5E5E5E. Windows color (decimal): -9024385 or 8342646. OLE color: 8342646.

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

Color convert

RGB 118 76 127 -
CMYK 0.07 0.40 0 0.50
HSL 289.41º 0.25% 0.4% -
HSV(B) 289.41º 0.4% 0.5% -
XYZ 13.89 10.55 21.38 -
YUV 94.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 118 76 127 0.07 0.40 0 0.50 289.41 0.25 0.4
Hex 76 4C 7F 7 28 0 32 121 19 28
Octal 166 114 177 7 50 0 62 441 31 50
Binary 1110110 1001100 1111111 111 101000 0 110010 100100001 11001 101000

Color Harmonies of #764C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C7F

Black with #764C7F

Text Example


Text Example

White with #764C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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