#735D84

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

Shades of Affair #735D84

Tints of Affair #735D84

Color information

#735D84 (or 0x735D84) is unknown color: approx Affair. HEX triplet: 73, 5D and 84. RGB value is (115,93,132). Sum of RGB (Red+Green+Blue) = 115+93+132=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #735D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D84 is #8CA27B. Grayscale: #676767. Windows color (decimal): -9216636 or 8674675. OLE color: 8674675.

HSL color Cylindrical-coordinate representation of color #735D84: hue angle of 273.85º degrees, saturation: 0.17, 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 #735D84 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11593132-
CMYK0.130.3000.48
HSL273.85º17.33%44.12%-
HSV(B)273.85º29.55%51.76%-
XYZ15.1513.1423.57-
YUV104.02143.79135.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=33.82%
G=27.35%
B=38.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115931320.130.3000.48273.8517.3344.12
Hex735D84D1E030112112c
Octal16313520415360604222154
Binary1110011101110110000100110111110011000010001001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735D84; }

 p { color: rgb(115,93,132); }

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

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

 a { background-color: rgb(115,93,132); }

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

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

 span { border-color: rgb(115,93,132); }

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