Html Css Color HEX #765292 Affair

📋 copy color: '#765292'

red 118 ◦ green 82 ◦ blue 146

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

Shades of Affair #765292

Tints of Affair #765292

RGB

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

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

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

R = 34.1%
G = 23.7%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#765292 (or 0x765292) is known color: Affair. HEX triplet: 76, 52 and 92. RGB value is (118,82,146). Sum of RGB (Red+Green+Blue) = 118+82+146=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #765292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765292 is #89AD6D. Grayscale: #636363. Windows color (decimal): -9022830 or 9589366. OLE color: 9589366.

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

Color convert

RGB 118 82 146 -
CMYK 0.19 0.44 0 0.43
HSL 273.75º 0.28% 0.45% -
HSV(B) 273.75º 0.44% 0.57% -
XYZ 15.68 11.96 28.68 -
YUV 100.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 118 82 146 0.19 0.44 0 0.43 273.75 0.28 0.45
Hex 76 52 92 13 2C 0 2B 112 1C 2D
Octal 166 122 222 23 54 0 53 422 34 55
Binary 1110110 1010010 10010010 10011 101100 0 101011 100010010 11100 101101

Color Harmonies of #765292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765292

Black with #765292

Text Example


Text Example

White with #765292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765292; }

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

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

background-color css

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

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

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

border-color css

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

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

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