Html Css Color HEX #765180 Affair

📋 copy color: '#765180'

red 118 ◦ green 81 ◦ blue 128

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

Shades of Affair #765180

Tints of Affair #765180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 36.09%
G = 24.77%
B = 39.14%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#765180 (or 0x765180) is known color: Affair. HEX triplet: 76, 51 and 80. RGB value is (118,81,128). Sum of RGB (Red+Green+Blue) = 118+81+128=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #765180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765180 is #89AE7F. Grayscale: #616161. Windows color (decimal): -9023104 or 8409462. OLE color: 8409462.

HSL color Cylindrical-coordinate representation of color #765180: hue angle of 287.23º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #765180 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 81 128 -
CMYK 0.08 0.37 0 0.50
HSL 287.23º 0.22% 0.41% -
HSV(B) 287.23º 0.37% 0.5% -
XYZ 14.31 11.29 21.85 -
YUV 97.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 118 81 128 0.08 0.37 0 0.50 287.23 0.22 0.41
Hex 76 51 80 8 25 0 32 11F 16 29
Octal 166 121 200 10 45 0 62 437 26 51
Binary 1110110 1010001 10000000 1000 100101 0 110010 100011111 10110 101001

Color Harmonies of #765180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765180

Black with #765180

Text Example


Text Example

White with #765180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765180; }

 p { color: rgb(118,81,128); }

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

background-color css

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

 a { background-color: rgb(118,81,128); }

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

border-color css

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

 span { border-color: rgb(118,81,128); }

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