Html Css Color HEX #764E7B Affair

📋 copy color: '#764E7B'

red 118 ◦ green 78 ◦ blue 123

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

Shades of Affair #764E7B

Tints of Affair #764E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.45%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 36.99%
G = 24.45%
B = 38.56%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#764E7B (or 0x764E7B) is known color: Affair. HEX triplet: 76, 4E and 7B. RGB value is (118,78,123). Sum of RGB (Red+Green+Blue) = 118+78+123=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #764E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E7B is #89B184. Grayscale: #5E5E5E. Windows color (decimal): -9023877 or 8081014. OLE color: 8081014.

HSL color Cylindrical-coordinate representation of color #764E7B: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764E7B is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 78 123 -
CMYK 0.04 0.37 0 0.52
HSL 293.33º 0.22% 0.39% -
HSV(B) 293.33º 0.37% 0.48% -
XYZ 13.77 10.73 20.08 -
YUV 95.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 118 78 123 0.04 0.37 0 0.52 293.33 0.22 0.39
Hex 76 4E 7B 4 25 0 34 125 16 27
Octal 166 116 173 4 45 0 64 445 26 47
Binary 1110110 1001110 1111011 100 100101 0 110100 100100101 10110 100111

Color Harmonies of #764E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E7B

Black with #764E7B

Text Example


Text Example

White with #764E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,123); }

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

background-color css

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

 a { background-color: rgb(118,78,123); }

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

border-color css

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

 span { border-color: rgb(118,78,123); }

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