Html Css Color HEX #765491 Affair

📋 copy color: '#765491'

red 118 ◦ green 84 ◦ blue 145

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

Shades of Affair #765491

Tints of Affair #765491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 34.01%
G = 24.21%
B = 41.79%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#765491 (or 0x765491) is known color: Affair. HEX triplet: 76, 54 and 91. RGB value is (118,84,145). Sum of RGB (Red+Green+Blue) = 118+84+145=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #765491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765491 is #89AB6E. Grayscale: #646464. Windows color (decimal): -9022319 or 9524342. OLE color: 9524342.

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

Color convert

RGB 118 84 145 -
CMYK 0.19 0.42 0 0.43
HSL 273.44º 0.27% 0.45% -
HSV(B) 273.44º 0.42% 0.57% -
XYZ 15.75 12.24 28.32 -
YUV 101.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 118 84 145 0.19 0.42 0 0.43 273.44 0.27 0.45
Hex 76 54 91 13 2A 0 2B 111 1B 2D
Octal 166 124 221 23 52 0 53 421 33 55
Binary 1110110 1010100 10010001 10011 101010 0 101011 100010001 11011 101101

Color Harmonies of #765491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765491

Black with #765491

Text Example


Text Example

White with #765491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765491; }

 p { color: rgb(118,84,145); }

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

background-color css

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

 a { background-color: rgb(118,84,145); }

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

border-color css

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

 span { border-color: rgb(118,84,145); }

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