Html Css Color HEX #764D7B Affair

📋 copy color: '#764D7B'

red 118 ◦ green 77 ◦ blue 123

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

Shades of Affair #764D7B

Tints of Affair #764D7B

RGB

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

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

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

R = 37.11%
G = 24.21%
B = 38.68%

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

#764D7B (or 0x764D7B) is known color: Affair. HEX triplet: 76, 4D and 7B. RGB value is (118,77,123). Sum of RGB (Red+Green+Blue) = 118+77+123=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #764D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D7B is #89B284. Grayscale: #5E5E5E. Windows color (decimal): -9024133 or 8080758. OLE color: 8080758.

HSL color Cylindrical-coordinate representation of color #764D7B: hue angle of 293.48º degrees, saturation: 0.23, 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 #764D7B is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 77 123 -
CMYK 0.04 0.37 0 0.52
HSL 293.48º 0.23% 0.39% -
HSV(B) 293.48º 0.37% 0.48% -
XYZ 13.7 10.59 20.06 -
YUV 94.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 118 77 123 0.04 0.37 0 0.52 293.48 0.23 0.39
Hex 76 4D 7B 4 25 0 34 125 17 27
Octal 166 115 173 4 45 0 64 445 27 47
Binary 1110110 1001101 1111011 100 100101 0 110100 100100101 10111 100111

Color Harmonies of #764D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D7B

Black with #764D7B

Text Example


Text Example

White with #764D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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