Html Css Color HEX #765D8C Affair

📋 copy color: '#765D8C'

red 118 ◦ green 93 ◦ blue 140

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

Shades of Affair #765D8C

Tints of Affair #765D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 33.62%
G = 26.5%
B = 39.89%

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

#765D8C (or 0x765D8C) is known color: Affair. HEX triplet: 76, 5D and 8C. RGB value is (118,93,140). Sum of RGB (Red+Green+Blue) = 118+93+140=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #765D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765D8C is #89A273. Grayscale: #696969. Windows color (decimal): -9020020 or 9198966. OLE color: 9198966.

HSL color Cylindrical-coordinate representation of color #765D8C: hue angle of 271.91º degrees, saturation: 0.2, 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 #765D8C is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 93 140 -
CMYK 0.16 0.34 0 0.45
HSL 271.91º 0.2% 0.46% -
HSV(B) 271.91º 0.34% 0.55% -
XYZ 16.12 13.57 26.58 -
YUV 105.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 118 93 140 0.16 0.34 0 0.45 271.91 0.2 0.46
Hex 76 5D 8C 10 22 0 2D 110 14 2E
Octal 166 135 214 20 42 0 55 420 24 56
Binary 1110110 1011101 10001100 10000 100010 0 101101 100010000 10100 101110

Color Harmonies of #765D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D8C

Black with #765D8C

Text Example


Text Example

White with #765D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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