Html Css Color HEX #765F84 Affair

📋 copy color: '#765F84'

red 118 ◦ green 95 ◦ blue 132

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

Shades of Affair #765F84

Tints of Affair #765F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.54%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 34.2%
G = 27.54%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#765F84 (or 0x765F84) is known color: Affair. HEX triplet: 76, 5F and 84. RGB value is (118,95,132). Sum of RGB (Red+Green+Blue) = 118+95+132=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #765F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F84 is #89A07B. Grayscale: #696969. Windows color (decimal): -9019516 or 8675190. OLE color: 8675190.

HSL color Cylindrical-coordinate representation of color #765F84: hue angle of 277.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765F84 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 95 132 -
CMYK 0.11 0.28 0 0.48
HSL 277.3º 0.16% 0.45% -
HSV(B) 277.3º 0.28% 0.52% -
XYZ 15.73 13.7 23.65 -
YUV 106.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 118 95 132 0.11 0.28 0 0.48 277.3 0.16 0.45
Hex 76 5F 84 B 1C 0 30 115 10 2D
Octal 166 137 204 13 34 0 60 425 20 55
Binary 1110110 1011111 10000100 1011 11100 0 110000 100010101 10000 101101

Color Harmonies of #765F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F84

Black with #765F84

Text Example


Text Example

White with #765F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,132); }

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

background-color css

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

 a { background-color: rgb(118,95,132); }

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

border-color css

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

 span { border-color: rgb(118,95,132); }

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