Html Css Color HEX #775092 Affair

📋 copy color: '#775092'

red 119 ◦ green 80 ◦ blue 146

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

Shades of Affair #775092

Tints of Affair #775092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 34.49%
G = 23.19%
B = 42.32%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#775092 (or 0x775092) is known color: Affair. HEX triplet: 77, 50 and 92. RGB value is (119,80,146). Sum of RGB (Red+Green+Blue) = 119+80+146=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #775092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775092 is #88AF6D. Grayscale: #626262. Windows color (decimal): -8957806 or 9588855. OLE color: 9588855.

HSL color Cylindrical-coordinate representation of color #775092: hue angle of 275.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775092 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 80 146 -
CMYK 0.18 0.45 0 0.43
HSL 275.45º 0.29% 0.44% -
HSV(B) 275.45º 0.45% 0.57% -
XYZ 15.66 11.73 28.63 -
YUV 99.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 119 80 146 0.18 0.45 0 0.43 275.45 0.29 0.44
Hex 77 50 92 12 2D 0 2B 113 1D 2C
Octal 167 120 222 22 55 0 53 423 35 54
Binary 1110111 1010000 10010010 10010 101101 0 101011 100010011 11101 101100

Color Harmonies of #775092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775092

Black with #775092

Text Example


Text Example

White with #775092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775092; }

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

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

background-color css

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

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

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

border-color css

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

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

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