Html Css Color HEX #765D8A Affair

📋 copy color: '#765D8A'

red 118 ◦ green 93 ◦ blue 138

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

Shades of Affair #765D8A

Tints of Affair #765D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 33.81%
G = 26.65%
B = 39.54%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#765D8A (or 0x765D8A) is known color: Affair. HEX triplet: 76, 5D and 8A. RGB value is (118,93,138). Sum of RGB (Red+Green+Blue) = 118+93+138=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #765D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765D8A is #89A275. Grayscale: #696969. Windows color (decimal): -9020022 or 9067894. OLE color: 9067894.

HSL color Cylindrical-coordinate representation of color #765D8A: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #765D8A is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 93 138 -
CMYK 0.14 0.33 0 0.46
HSL 273.33º 0.19% 0.45% -
HSV(B) 273.33º 0.33% 0.54% -
XYZ 15.97 13.52 25.81 -
YUV 105.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 118 93 138 0.14 0.33 0 0.46 273.33 0.19 0.45
Hex 76 5D 8A E 21 0 2E 111 13 2D
Octal 166 135 212 16 41 0 56 421 23 55
Binary 1110110 1011101 10001010 1110 100001 0 101110 100010001 10011 101101

Color Harmonies of #765D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D8A

Black with #765D8A

Text Example


Text Example

White with #765D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D8A; }

 p { color: rgb(118,93,138); }

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

background-color css

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

 a { background-color: rgb(118,93,138); }

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

border-color css

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

 span { border-color: rgb(118,93,138); }

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