Html Css Color HEX #765D83 Affair

📋 copy color: '#765D83'

red 118 ◦ green 93 ◦ blue 131

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

Shades of Affair #765D83

Tints of Affair #765D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 34.5%
G = 27.19%
B = 38.3%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#765D83 (or 0x765D83) is known color: Affair. HEX triplet: 76, 5D and 83. RGB value is (118,93,131). Sum of RGB (Red+Green+Blue) = 118+93+131=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #765D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765D83 is #89A27C. Grayscale: #686868. Windows color (decimal): -9020029 or 8609142. OLE color: 8609142.

HSL color Cylindrical-coordinate representation of color #765D83: hue angle of 279.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765D83 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 93 131 -
CMYK 0.10 0.29 0 0.49
HSL 279.47º 0.17% 0.44% -
HSV(B) 279.47º 0.29% 0.51% -
XYZ 15.48 13.32 23.23 -
YUV 104.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 118 93 131 0.10 0.29 0 0.49 279.47 0.17 0.44
Hex 76 5D 83 A 1D 0 31 117 11 2C
Octal 166 135 203 12 35 0 61 427 21 54
Binary 1110110 1011101 10000011 1010 11101 0 110001 100010111 10001 101100

Color Harmonies of #765D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D83

Black with #765D83

Text Example


Text Example

White with #765D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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