Html Css Color HEX #765985 Affair

📋 copy color: '#765985'

red 118 ◦ green 89 ◦ blue 133

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

Shades of Affair #765985

Tints of Affair #765985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 34.71%
G = 26.18%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#765985 (or 0x765985) is known color: Affair. HEX triplet: 76, 59 and 85. RGB value is (118,89,133). Sum of RGB (Red+Green+Blue) = 118+89+133=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #765985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765985 is #89A67A. Grayscale: #666666. Windows color (decimal): -9021051 or 8739190. OLE color: 8739190.

HSL color Cylindrical-coordinate representation of color #765985: hue angle of 279.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #765985 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 89 133 -
CMYK 0.11 0.33 0 0.48
HSL 279.55º 0.2% 0.44% -
HSV(B) 279.55º 0.33% 0.52% -
XYZ 15.28 12.69 23.83 -
YUV 102.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 118 89 133 0.11 0.33 0 0.48 279.55 0.2 0.44
Hex 76 59 85 B 21 0 30 118 14 2C
Octal 166 131 205 13 41 0 60 430 24 54
Binary 1110110 1011001 10000101 1011 100001 0 110000 100011000 10100 101100

Color Harmonies of #765985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765985

Black with #765985

Text Example


Text Example

White with #765985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765985; }

 p { color: rgb(118,89,133); }

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

background-color css

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

 a { background-color: rgb(118,89,133); }

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

border-color css

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

 span { border-color: rgb(118,89,133); }

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