Html Css Color HEX #765F82 Affair

📋 copy color: '#765F82'

red 118 ◦ green 95 ◦ blue 130

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

Shades of Affair #765F82

Tints of Affair #765F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 34.4%
G = 27.7%
B = 37.9%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#765F82 (or 0x765F82) is known color: Affair. HEX triplet: 76, 5F and 82. RGB value is (118,95,130). Sum of RGB (Red+Green+Blue) = 118+95+130=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #765F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F82 is #89A07D. Grayscale: #696969. Windows color (decimal): -9019518 or 8544118. OLE color: 8544118.

HSL color Cylindrical-coordinate representation of color #765F82: hue angle of 279.43º 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 #765F82 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 95 130 -
CMYK 0.09 0.27 0 0.49
HSL 279.43º 0.16% 0.44% -
HSV(B) 279.43º 0.27% 0.51% -
XYZ 15.59 13.65 22.93 -
YUV 105.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 118 95 130 0.09 0.27 0 0.49 279.43 0.16 0.44
Hex 76 5F 82 9 1B 0 31 117 10 2C
Octal 166 137 202 11 33 0 61 427 20 54
Binary 1110110 1011111 10000010 1001 11011 0 110001 100010111 10000 101100

Color Harmonies of #765F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F82

Black with #765F82

Text Example


Text Example

White with #765F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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