Html Css Color HEX #765490 Affair

📋 copy color: '#765490'

red 118 ◦ green 84 ◦ blue 144

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

Shades of Affair #765490

Tints of Affair #765490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 34.1%
G = 24.28%
B = 41.62%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#765490 (or 0x765490) is known color: Affair. HEX triplet: 76, 54 and 90. RGB value is (118,84,144). Sum of RGB (Red+Green+Blue) = 118+84+144=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #765490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765490 is #89AB6F. Grayscale: #646464. Windows color (decimal): -9022320 or 9458806. OLE color: 9458806.

HSL color Cylindrical-coordinate representation of color #765490: hue angle of 274º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765490 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 84 144 -
CMYK 0.18 0.42 0 0.44
HSL 274º 0.26% 0.45% -
HSV(B) 274º 0.42% 0.56% -
XYZ 15.68 12.21 27.92 -
YUV 101.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 118 84 144 0.18 0.42 0 0.44 274 0.26 0.45
Hex 76 54 90 12 2A 0 2C 112 1A 2D
Octal 166 124 220 22 52 0 54 422 32 55
Binary 1110110 1010100 10010000 10010 101010 0 101100 100010010 11010 101101

Color Harmonies of #765490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765490

Black with #765490

Text Example


Text Example

White with #765490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765490; }

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

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

background-color css

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

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

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

border-color css

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

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

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