Html Css Color HEX #775983 Affair

📋 copy color: '#775983'

red 119 ◦ green 89 ◦ blue 131

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

Shades of Affair #775983

Tints of Affair #775983

RGB

 RED value IS 119 (46.88% from 255) = 35.1%

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 35.1%
G = 26.25%
B = 38.64%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#775983 (or 0x775983) is known color: Affair. HEX triplet: 77, 59 and 83. RGB value is (119,89,131). Sum of RGB (Red+Green+Blue) = 119+89+131=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #775983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775983 is #88A67C. Grayscale: #666666. Windows color (decimal): -8955517 or 8608119. OLE color: 8608119.

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

Color convert

RGB 119 89 131 -
CMYK 0.09 0.32 0 0.49
HSL 282.86º 0.19% 0.43% -
HSV(B) 282.86º 0.32% 0.51% -
XYZ 15.28 12.71 23.12 -
YUV 102.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 119 89 131 0.09 0.32 0 0.49 282.86 0.19 0.43
Hex 77 59 83 9 20 0 31 11B 13 2B
Octal 167 131 203 11 40 0 61 433 23 53
Binary 1110111 1011001 10000011 1001 100000 0 110001 100011011 10011 101011

Color Harmonies of #775983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775983

Black with #775983

Text Example


Text Example

White with #775983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775983; }

 p { color: rgb(119,89,131); }

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

background-color css

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

 a { background-color: rgb(119,89,131); }

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

border-color css

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

 span { border-color: rgb(119,89,131); }

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