Html Css Color HEX #775883 Affair

📋 copy color: '#775883'

red 119 ◦ green 88 ◦ blue 131

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

Shades of Affair #775883

Tints of Affair #775883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 35.21%
G = 26.04%
B = 38.76%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#775883 (or 0x775883) is known color: Affair. HEX triplet: 77, 58 and 83. RGB value is (119,88,131). Sum of RGB (Red+Green+Blue) = 119+88+131=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #775883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775883 is #88A77C. Grayscale: #666666. Windows color (decimal): -8955773 or 8607863. OLE color: 8607863.

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

Color convert

RGB 119 88 131 -
CMYK 0.09 0.33 0 0.49
HSL 283.26º 0.2% 0.43% -
HSV(B) 283.26º 0.33% 0.51% -
XYZ 15.19 12.54 23.09 -
YUV 102.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 119 88 131 0.09 0.33 0 0.49 283.26 0.2 0.43
Hex 77 58 83 9 21 0 31 11B 14 2B
Octal 167 130 203 11 41 0 61 433 24 53
Binary 1110111 1011000 10000011 1001 100001 0 110001 100011011 10100 101011

Color Harmonies of #775883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775883

Black with #775883

Text Example


Text Example

White with #775883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775883; }

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

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

background-color css

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

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

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

border-color css

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

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

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