Html Css Color HEX #765291 Affair

📋 copy color: '#765291'

red 118 ◦ green 82 ◦ blue 145

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

Shades of Affair #765291

Tints of Affair #765291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

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

R = 34.2%
G = 23.77%
B = 42.03%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#765291 (or 0x765291) is known color: Affair. HEX triplet: 76, 52 and 91. RGB value is (118,82,145). Sum of RGB (Red+Green+Blue) = 118+82+145=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #765291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765291 is #89AD6E. Grayscale: #636363. Windows color (decimal): -9022831 or 9523830. OLE color: 9523830.

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

Color convert

RGB 118 82 145 -
CMYK 0.19 0.43 0 0.43
HSL 274.29º 0.28% 0.45% -
HSV(B) 274.29º 0.43% 0.57% -
XYZ 15.6 11.93 28.27 -
YUV 99.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 118 82 145 0.19 0.43 0 0.43 274.29 0.28 0.45
Hex 76 52 91 13 2B 0 2B 112 1C 2D
Octal 166 122 221 23 53 0 53 422 34 55
Binary 1110110 1010010 10010001 10011 101011 0 101011 100010010 11100 101101

Color Harmonies of #765291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765291

Black with #765291

Text Example


Text Example

White with #765291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765291; }

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

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

background-color css

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

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

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

border-color css

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

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

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