Html Css Color HEX #765392 Affair

📋 copy color: '#765392'

red 118 ◦ green 83 ◦ blue 146

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

Shades of Affair #765392

Tints of Affair #765392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 34.01%
G = 23.92%
B = 42.07%

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

#765392 (or 0x765392) is known color: Affair. HEX triplet: 76, 53 and 92. RGB value is (118,83,146). Sum of RGB (Red+Green+Blue) = 118+83+146=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #765392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765392 is #89AC6D. Grayscale: #646464. Windows color (decimal): -9022574 or 9589622. OLE color: 9589622.

HSL color Cylindrical-coordinate representation of color #765392: hue angle of 273.33º 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 #765392 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 83 146 -
CMYK 0.19 0.43 0 0.43
HSL 273.33º 0.28% 0.45% -
HSV(B) 273.33º 0.43% 0.57% -
XYZ 15.75 12.11 28.7 -
YUV 100.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 118 83 146 0.19 0.43 0 0.43 273.33 0.28 0.45
Hex 76 53 92 13 2B 0 2B 111 1C 2D
Octal 166 123 222 23 53 0 53 421 34 55
Binary 1110110 1010011 10010010 10011 101011 0 101011 100010001 11100 101101

Color Harmonies of #765392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765392

Black with #765392

Text Example


Text Example

White with #765392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765392; }

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

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

background-color css

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

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

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

border-color css

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

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

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