#755C84

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

Shades of Affair #755C84

Tints of Affair #755C84

Color information

#755C84 (or 0x755C84) is unknown color: approx Affair. HEX triplet: 75, 5C and 84. RGB value is (117,92,132). Sum of RGB (Red+Green+Blue) = 117+92+132=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #755C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C84 is #8AA37B. Grayscale: #676767. Windows color (decimal): -9085820 or 8674421. OLE color: 8674421.

HSL color Cylindrical-coordinate representation of color #755C84: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755C84 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11792132-
CMYK0.110.3000.48
HSL277.5º17.86%43.92%-
HSV(B)277.5º30.3%51.76%-
XYZ15.3313.123.55-
YUV104.04143.78137.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=34.31%
G=26.98%
B=38.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117921320.110.3000.48277.517.8643.92
Hex755C84B1E030116122c
Octal16513420413360604262254
Binary1110101101110010000100101111110011000010001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C84; }

 p { color: rgb(117,92,132); }

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

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

 a { background-color: rgb(117,92,132); }

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

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

 span { border-color: rgb(117,92,132); }

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