Html Css Color HEX #785F83 Affair

📋 copy color: '#785F83'

red 120 ◦ green 95 ◦ blue 131

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

Shades of Affair #785F83

Tints of Affair #785F83

RGB

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

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

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

R = 34.68%
G = 27.46%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#785F83 (or 0x785F83) is known color: Affair. HEX triplet: 78, 5F and 83. RGB value is (120,95,131). Sum of RGB (Red+Green+Blue) = 120+95+131=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #785F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F83 is #87A07C. Grayscale: #6A6A6A. Windows color (decimal): -8888445 or 8609656. OLE color: 8609656.

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

Color convert

RGB 120 95 131 -
CMYK 0.08 0.27 0 0.49
HSL 281.67º 0.16% 0.44% -
HSV(B) 281.67º 0.27% 0.51% -
XYZ 15.93 13.82 23.3 -
YUV 106.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 120 95 131 0.08 0.27 0 0.49 281.67 0.16 0.44
Hex 78 5F 83 8 1B 0 31 11A 10 2C
Octal 170 137 203 10 33 0 61 432 20 54
Binary 1111000 1011111 10000011 1000 11011 0 110001 100011010 10000 101100

Color Harmonies of #785F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F83

Black with #785F83

Text Example


Text Example

White with #785F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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