Html Css Color HEX #765682 Affair

📋 copy color: '#765682'

red 118 ◦ green 86 ◦ blue 130

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

Shades of Affair #765682

Tints of Affair #765682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

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

R = 35.33%
G = 25.75%
B = 38.92%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#765682 (or 0x765682) is known color: Affair. HEX triplet: 76, 56 and 82. RGB value is (118,86,130). Sum of RGB (Red+Green+Blue) = 118+86+130=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #765682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765682 is #89A97D. Grayscale: #646464. Windows color (decimal): -9021822 or 8541814. OLE color: 8541814.

HSL color Cylindrical-coordinate representation of color #765682: hue angle of 283.64º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #765682 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 86 130 -
CMYK 0.09 0.34 0 0.49
HSL 283.64º 0.2% 0.42% -
HSV(B) 283.64º 0.34% 0.51% -
XYZ 14.83 12.12 22.68 -
YUV 100.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 118 86 130 0.09 0.34 0 0.49 283.64 0.2 0.42
Hex 76 56 82 9 22 0 31 11C 14 2A
Octal 166 126 202 11 42 0 61 434 24 52
Binary 1110110 1010110 10000010 1001 100010 0 110001 100011100 10100 101010

Color Harmonies of #765682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765682

Black with #765682

Text Example


Text Example

White with #765682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765682; }

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

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

background-color css

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

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

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

border-color css

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

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

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