Html Css Color HEX #765D8D Affair

📋 copy color: '#765D8D'

red 118 ◦ green 93 ◦ blue 141

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

Shades of Affair #765D8D

Tints of Affair #765D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 33.52%
G = 26.42%
B = 40.06%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#765D8D (or 0x765D8D) is known color: Affair. HEX triplet: 76, 5D and 8D. RGB value is (118,93,141). Sum of RGB (Red+Green+Blue) = 118+93+141=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #765D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765D8D is #89A272. Grayscale: #696969. Windows color (decimal): -9020019 or 9264502. OLE color: 9264502.

HSL color Cylindrical-coordinate representation of color #765D8D: hue angle of 271.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #765D8D is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 93 141 -
CMYK 0.16 0.34 0 0.45
HSL 271.25º 0.21% 0.46% -
HSV(B) 271.25º 0.34% 0.55% -
XYZ 16.19 13.6 26.97 -
YUV 105.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 118 93 141 0.16 0.34 0 0.45 271.25 0.21 0.46
Hex 76 5D 8D 10 22 0 2D 10F 15 2E
Octal 166 135 215 20 42 0 55 417 25 56
Binary 1110110 1011101 10001101 10000 100010 0 101101 100001111 10101 101110

Color Harmonies of #765D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D8D

Black with #765D8D

Text Example


Text Example

White with #765D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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