Html Css Color HEX #764792 Affair

📋 copy color: '#764792'

red 118 ◦ green 71 ◦ blue 146

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

Shades of Affair #764792

Tints of Affair #764792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 35.22%
G = 21.19%
B = 43.58%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#764792 (or 0x764792) is known color: Affair. HEX triplet: 76, 47 and 92. RGB value is (118,71,146). Sum of RGB (Red+Green+Blue) = 118+71+146=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #764792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764792 is #89B86D. Grayscale: #5D5D5D. Windows color (decimal): -9025646 or 9586550. OLE color: 9586550.

HSL color Cylindrical-coordinate representation of color #764792: hue angle of 277.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764792 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 71 146 -
CMYK 0.19 0.51 0 0.43
HSL 277.6º 0.35% 0.43% -
HSV(B) 277.6º 0.51% 0.57% -
XYZ 14.91 10.43 28.42 -
YUV 93.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 118 71 146 0.19 0.51 0 0.43 277.6 0.35 0.43
Hex 76 47 92 13 33 0 2B 116 23 2B
Octal 166 107 222 23 63 0 53 426 43 53
Binary 1110110 1000111 10010010 10011 110011 0 101011 100010110 100011 101011

Color Harmonies of #764792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764792

Black with #764792

Text Example


Text Example

White with #764792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764792; }

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

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

background-color css

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

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

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

border-color css

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

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

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