Html Css Color HEX #775888 Affair

📋 copy color: '#775888'

red 119 ◦ green 88 ◦ blue 136

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

Shades of Affair #775888

Tints of Affair #775888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 34.69%
G = 25.66%
B = 39.65%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#775888 (or 0x775888) is known color: Affair. HEX triplet: 77, 58 and 88. RGB value is (119,88,136). Sum of RGB (Red+Green+Blue) = 119+88+136=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #775888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775888 is #88A777. Grayscale: #666666. Windows color (decimal): -8955768 or 8935543. OLE color: 8935543.

HSL color Cylindrical-coordinate representation of color #775888: hue angle of 278.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775888 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 88 136 -
CMYK 0.12 0.35 0 0.47
HSL 278.75º 0.21% 0.44% -
HSV(B) 278.75º 0.35% 0.53% -
XYZ 15.54 12.68 24.92 -
YUV 102.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 119 88 136 0.12 0.35 0 0.47 278.75 0.21 0.44
Hex 77 58 88 C 23 0 2F 117 15 2C
Octal 167 130 210 14 43 0 57 427 25 54
Binary 1110111 1011000 10001000 1100 100011 0 101111 100010111 10101 101100

Color Harmonies of #775888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775888

Black with #775888

Text Example


Text Example

White with #775888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775888; }

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

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

background-color css

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

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

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

border-color css

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

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

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