#77438C

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

Shades of Affair #77438C

Tints of Affair #77438C

Color information

#77438C (or 0x77438C) is unknown color: approx Affair. HEX triplet: 77, 43 and 8C. RGB value is (119,67,140). Sum of RGB (Red+Green+Blue) = 119+67+140=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #77438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77438C is #88BC73. Grayscale: #5A5A5A. Windows color (decimal): -8961140 or 9192311. OLE color: 9192311.

HSL color Cylindrical-coordinate representation of color #77438C: hue angle of 282.74º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77438C is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11967140-
CMYK0.150.5200.45
HSL282.74º35.27%40.59%-
HSV(B)282.74º52.14%54.9%-
XYZ14.359.8325.95-
YUV90.87155.73148.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=36.50%
G=20.55%
B=42.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119671400.150.5200.45282.7435.2740.59
Hex77438CF3402D11b2329
Octal16710321417640554334351
Binary111011110000111000110011111101000101101100011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77438C; }

 p { color: rgb(119,67,140); }

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

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

 a { background-color: rgb(119,67,140); }

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

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

 span { border-color: rgb(119,67,140); }

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