#77538F

Color #77538F Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #77538F

Tints of Affair #77538F

Color information

#77538F (or 0x77538F) is unknown color: approx Affair. HEX triplet: 77, 53 and 8F. RGB value is (119,83,143). Sum of RGB (Red+Green+Blue) = 119+83+143=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #77538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77538F is #88AC70. Grayscale: #646464. Windows color (decimal): -8957041 or 9393015. OLE color: 9393015.

HSL color Cylindrical-coordinate representation of color #77538F: hue angle of 276º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77538F is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11983143-
CMYK0.170.4200.44
HSL276º26.55%44.31%-
HSV(B)276º41.96%56.08%-
XYZ15.6612.0927.5-
YUV100.6151.93141.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 143 (56.25% from 255) = 41.45%
R=34.49%
G=24.06%
B=41.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119831430.170.4200.4427626.5544.31
Hex77538F112A02C1141b2c
Octal16712321721520544243354
Binary111011110100111000111110001101010010110010001010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77538F; }

 p { color: rgb(119,83,143); }

 H1.HeaderClassName
 {
   color: #77538F;
 }
 .AnyTagClassName
 {
   color: #77538F;
 }
</style>
background-color css

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

 a { background-color: rgb(119,83,143); }

 div.DivClassName
 {
   background-color: #77538F;
 }
 .BgClassName
 {
   background-color: #77538F;
 }
</style>
border-color css

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

 span { border-color: rgb(119,83,143); }

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