Html Css Color HEX #765090 Affair

📋 copy color: '#765090'

red 118 ◦ green 80 ◦ blue 144

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

Shades of Affair #765090

Tints of Affair #765090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 34.5%
G = 23.39%
B = 42.11%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#765090 (or 0x765090) is known color: Affair. HEX triplet: 76, 50 and 90. RGB value is (118,80,144). Sum of RGB (Red+Green+Blue) = 118+80+144=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #765090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765090 is #89AF6F. Grayscale: #626262. Windows color (decimal): -9023344 or 9457782. OLE color: 9457782.

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

Color convert

RGB 118 80 144 -
CMYK 0.18 0.44 0 0.44
HSL 275.63º 0.29% 0.44% -
HSV(B) 275.63º 0.44% 0.56% -
XYZ 15.37 11.6 27.81 -
YUV 98.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 118 80 144 0.18 0.44 0 0.44 275.63 0.29 0.44
Hex 76 50 90 12 2C 0 2C 114 1D 2C
Octal 166 120 220 22 54 0 54 424 35 54
Binary 1110110 1010000 10010000 10010 101100 0 101100 100010100 11101 101100

Color Harmonies of #765090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765090

Black with #765090

Text Example


Text Example

White with #765090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765090; }

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

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

background-color css

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

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

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

border-color css

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

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

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