Html Css Color HEX #775089 Affair

📋 copy color: '#775089'

red 119 ◦ green 80 ◦ blue 137

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

Shades of Affair #775089

Tints of Affair #775089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 35.42%
G = 23.81%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#775089 (or 0x775089) is known color: Affair. HEX triplet: 77, 50 and 89. RGB value is (119,80,137). Sum of RGB (Red+Green+Blue) = 119+80+137=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #775089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775089 is #88AF76. Grayscale: #616161. Windows color (decimal): -8957815 or 8999031. OLE color: 8999031.

HSL color Cylindrical-coordinate representation of color #775089: hue angle of 281.05º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775089 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 80 137 -
CMYK 0.13 0.42 0 0.46
HSL 281.05º 0.26% 0.43% -
HSV(B) 281.05º 0.42% 0.54% -
XYZ 14.99 11.47 25.09 -
YUV 98.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 119 80 137 0.13 0.42 0 0.46 281.05 0.26 0.43
Hex 77 50 89 D 2A 0 2E 119 1A 2B
Octal 167 120 211 15 52 0 56 431 32 53
Binary 1110111 1010000 10001001 1101 101010 0 101110 100011001 11010 101011

Color Harmonies of #775089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775089

Black with #775089

Text Example


Text Example

White with #775089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775089; }

 p { color: rgb(119,80,137); }

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

background-color css

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

 a { background-color: rgb(119,80,137); }

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

border-color css

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

 span { border-color: rgb(119,80,137); }

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