#76538D

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

Shades of Affair #76538D

Tints of Affair #76538D

Color information

#76538D (or 0x76538D) is unknown color: approx Affair. HEX triplet: 76, 53 and 8D. RGB value is (118,83,141). Sum of RGB (Red+Green+Blue) = 118+83+141=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #76538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76538D is #89AC72. Grayscale: #636363. Windows color (decimal): -9022579 or 9261942. OLE color: 9261942.

HSL color Cylindrical-coordinate representation of color #76538D: hue angle of 276.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76538D is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11883141-
CMYK0.160.4100.45
HSL276.21º25.89%43.92%-
HSV(B)276.21º41.13%55.29%-
XYZ15.3711.9626.7-
YUV100.08151.1140.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=34.50%
G=24.27%
B=41.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118831410.160.4100.45276.2125.8943.92
Hex76538D102902D1141a2c
Octal16612321520510554243254
Binary111011010100111000110110000101001010110110001010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76538D; }

 p { color: rgb(118,83,141); }

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

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

 a { background-color: rgb(118,83,141); }

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

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

 span { border-color: rgb(118,83,141); }

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