Html Css Color HEX #775E8B Affair

📋 copy color: '#775E8B'

red 119 ◦ green 94 ◦ blue 139

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

Shades of Affair #775E8B

Tints of Affair #775E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 33.81%
G = 26.7%
B = 39.49%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#775E8B (or 0x775E8B) is known color: Affair. HEX triplet: 77, 5E and 8B. RGB value is (119,94,139). Sum of RGB (Red+Green+Blue) = 119+94+139=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #775E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E8B is #88A174. Grayscale: #6A6A6A. Windows color (decimal): -8954229 or 9133687. OLE color: 9133687.

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

Color convert

RGB 119 94 139 -
CMYK 0.14 0.32 0 0.45
HSL 273.33º 0.19% 0.46% -
HSV(B) 273.33º 0.32% 0.55% -
XYZ 16.27 13.79 26.23 -
YUV 106.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 119 94 139 0.14 0.32 0 0.45 273.33 0.19 0.46
Hex 77 5E 8B E 20 0 2D 111 13 2E
Octal 167 136 213 16 40 0 55 421 23 56
Binary 1110111 1011110 10001011 1110 100000 0 101101 100010001 10011 101110

Color Harmonies of #775E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E8B

Black with #775E8B

Text Example


Text Example

White with #775E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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