Html Css Color HEX #775F8A Affair

📋 copy color: '#775F8A'

red 119 ◦ green 95 ◦ blue 138

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

Shades of Affair #775F8A

Tints of Affair #775F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

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

R = 33.81%
G = 26.99%
B = 39.2%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#775F8A (or 0x775F8A) is known color: Affair. HEX triplet: 77, 5F and 8A. RGB value is (119,95,138). Sum of RGB (Red+Green+Blue) = 119+95+138=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #775F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775F8A is #88A075. Grayscale: #6A6A6A. Windows color (decimal): -8953974 or 9068407. OLE color: 9068407.

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

Color convert

RGB 119 95 138 -
CMYK 0.14 0.31 0 0.46
HSL 273.49º 0.18% 0.46% -
HSV(B) 273.49º 0.31% 0.54% -
XYZ 16.29 13.94 25.88 -
YUV 107.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 119 95 138 0.14 0.31 0 0.46 273.49 0.18 0.46
Hex 77 5F 8A E 1F 0 2E 111 12 2E
Octal 167 137 212 16 37 0 56 421 22 56
Binary 1110111 1011111 10001010 1110 11111 0 101110 100010001 10010 101110

Color Harmonies of #775F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F8A

Black with #775F8A

Text Example


Text Example

White with #775F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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