Html Css Color HEX #775E8A Affair

📋 copy color: '#775E8A'

red 119 ◦ green 94 ◦ blue 138

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

Shades of Affair #775E8A

Tints of Affair #775E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 33.9%
G = 26.78%
B = 39.32%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#775E8A (or 0x775E8A) is known color: Affair. HEX triplet: 77, 5E and 8A. RGB value is (119,94,138). Sum of RGB (Red+Green+Blue) = 119+94+138=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #775E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E8A is #88A175. Grayscale: #6A6A6A. Windows color (decimal): -8954230 or 9068151. OLE color: 9068151.

HSL color Cylindrical-coordinate representation of color #775E8A: hue angle of 274.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775E8A is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 94 138 -
CMYK 0.14 0.32 0 0.46
HSL 274.09º 0.19% 0.45% -
HSV(B) 274.09º 0.32% 0.54% -
XYZ 16.2 13.76 25.85 -
YUV 106.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 119 94 138 0.14 0.32 0 0.46 274.09 0.19 0.45
Hex 77 5E 8A E 20 0 2E 112 13 2D
Octal 167 136 212 16 40 0 56 422 23 55
Binary 1110111 1011110 10001010 1110 100000 0 101110 100010010 10011 101101

Color Harmonies of #775E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E8A

Black with #775E8A

Text Example


Text Example

White with #775E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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