Html Css Color HEX #775885 Affair

📋 copy color: '#775885'

red 119 ◦ green 88 ◦ blue 133

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

Shades of Affair #775885

Tints of Affair #775885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 35%
G = 25.88%
B = 39.12%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#775885 (or 0x775885) is known color: Affair. HEX triplet: 77, 58 and 85. RGB value is (119,88,133). Sum of RGB (Red+Green+Blue) = 119+88+133=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #775885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775885 is #88A77A. Grayscale: #666666. Windows color (decimal): -8955771 or 8738935. OLE color: 8738935.

HSL color Cylindrical-coordinate representation of color #775885: hue angle of 281.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775885 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 88 133 -
CMYK 0.11 0.34 0 0.48
HSL 281.33º 0.2% 0.43% -
HSV(B) 281.33º 0.34% 0.52% -
XYZ 15.33 12.59 23.81 -
YUV 102.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 119 88 133 0.11 0.34 0 0.48 281.33 0.2 0.43
Hex 77 58 85 B 22 0 30 119 14 2B
Octal 167 130 205 13 42 0 60 431 24 53
Binary 1110111 1011000 10000101 1011 100010 0 110000 100011001 10100 101011

Color Harmonies of #775885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775885

Black with #775885

Text Example


Text Example

White with #775885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775885; }

 p { color: rgb(119,88,133); }

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

background-color css

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

 a { background-color: rgb(119,88,133); }

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

border-color css

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

 span { border-color: rgb(119,88,133); }

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