Html Css Color HEX #775E8C Affair

📋 copy color: '#775E8C'

red 119 ◦ green 94 ◦ blue 140

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

Shades of Affair #775E8C

Tints of Affair #775E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 33.71%
G = 26.63%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#775E8C (or 0x775E8C) is known color: Affair. HEX triplet: 77, 5E and 8C. RGB value is (119,94,140). Sum of RGB (Red+Green+Blue) = 119+94+140=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #775E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E8C is #88A173. Grayscale: #6A6A6A. Windows color (decimal): -8954228 or 9199223. OLE color: 9199223.

HSL color Cylindrical-coordinate representation of color #775E8C: hue angle of 272.61º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775E8C is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 94 140 -
CMYK 0.15 0.33 0 0.45
HSL 272.61º 0.2% 0.46% -
HSV(B) 272.61º 0.33% 0.55% -
XYZ 16.34 13.82 26.62 -
YUV 106.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 119 94 140 0.15 0.33 0 0.45 272.61 0.2 0.46
Hex 77 5E 8C F 21 0 2D 111 14 2E
Octal 167 136 214 17 41 0 55 421 24 56
Binary 1110111 1011110 10001100 1111 100001 0 101101 100010001 10100 101110

Color Harmonies of #775E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E8C

Black with #775E8C

Text Example


Text Example

White with #775E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E8C; }

 p { color: rgb(119,94,140); }

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

background-color css

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

 a { background-color: rgb(119,94,140); }

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

border-color css

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

 span { border-color: rgb(119,94,140); }

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