Html Css Color HEX #785180 Affair

📋 copy color: '#785180'

red 120 ◦ green 81 ◦ blue 128

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

Shades of Affair #785180

Tints of Affair #785180

RGB

 RED value IS 120 (47.27% from 255) = 36.47%

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

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

R = 36.47%
G = 24.62%
B = 38.91%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#785180 (or 0x785180) is known color: Affair. HEX triplet: 78, 51 and 80. RGB value is (120,81,128). Sum of RGB (Red+Green+Blue) = 120+81+128=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #785180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785180 is #87AE7F. Grayscale: #616161. Windows color (decimal): -8892032 or 8409464. OLE color: 8409464.

HSL color Cylindrical-coordinate representation of color #785180: hue angle of 289.79º 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 #785180 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 81 128 -
CMYK 0.06 0.37 0 0.50
HSL 289.79º 0.22% 0.41% -
HSV(B) 289.79º 0.37% 0.5% -
XYZ 14.58 11.44 21.86 -
YUV 98.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 120 81 128 0.06 0.37 0 0.50 289.79 0.22 0.41
Hex 78 51 80 6 25 0 32 122 16 29
Octal 170 121 200 6 45 0 62 442 26 51
Binary 1111000 1010001 10000000 110 100101 0 110010 100100010 10110 101001

Color Harmonies of #785180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785180

Black with #785180

Text Example


Text Example

White with #785180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785180; }

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

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

background-color css

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

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

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

border-color css

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

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

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