Html Css Color HEX #765F83 Affair

📋 copy color: '#765F83'

red 118 ◦ green 95 ◦ blue 131

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

Shades of Affair #765F83

Tints of Affair #765F83

RGB

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

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

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

R = 34.3%
G = 27.62%
B = 38.08%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#765F83 (or 0x765F83) is known color: Affair. HEX triplet: 76, 5F and 83. RGB value is (118,95,131). Sum of RGB (Red+Green+Blue) = 118+95+131=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #765F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F83 is #89A07C. Grayscale: #696969. Windows color (decimal): -9019517 or 8609654. OLE color: 8609654.

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

Color convert

RGB 118 95 131 -
CMYK 0.10 0.27 0 0.49
HSL 278.33º 0.16% 0.44% -
HSV(B) 278.33º 0.27% 0.51% -
XYZ 15.66 13.67 23.29 -
YUV 105.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 118 95 131 0.10 0.27 0 0.49 278.33 0.16 0.44
Hex 76 5F 83 A 1B 0 31 116 10 2C
Octal 166 137 203 12 33 0 61 426 20 54
Binary 1110110 1011111 10000011 1010 11011 0 110001 100010110 10000 101100

Color Harmonies of #765F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F83

Black with #765F83

Text Example


Text Example

White with #765F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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