Html Css Color HEX #755585 Affair

📋 copy color: '#755585'

red 117 ◦ green 85 ◦ blue 133

#755585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #755585

Tints of Affair #755585

RGB

 RED value IS 117 (46.09% from 255) = 34.93%

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 34.93%
G = 25.37%
B = 39.7%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755585 (or 0x755585) is known color: Affair. HEX triplet: 75, 55 and 85. RGB value is (117,85,133). Sum of RGB (Red+Green+Blue) = 117+85+133=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #755585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755585 is #8AAA7A. Grayscale: #636363. Windows color (decimal): -9087611 or 8738165. OLE color: 8738165.

HSL color Cylindrical-coordinate representation of color #755585: hue angle of 280º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755585 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 85 133 -
CMYK 0.12 0.36 0 0.48
HSL 280º 0.22% 0.43% -
HSV(B) 280º 0.36% 0.52% -
XYZ 14.82 11.97 23.72 -
YUV 100.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 117 85 133 0.12 0.36 0 0.48 280 0.22 0.43
Hex 75 55 85 C 24 0 30 118 16 2B
Octal 165 125 205 14 44 0 60 430 26 53
Binary 1110101 1010101 10000101 1100 100100 0 110000 100011000 10110 101011

Color Harmonies of #755585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755585

Black with #755585

Text Example


Text Example

White with #755585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755585; }

 p { color: rgb(117,85,133); }

 H1.HeaderClassName
 {
   color: #755585;
 }
 .AnyTagClassName
 {
   color: #755585;
 }
</style>

background-color css

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

 a { background-color: rgb(117,85,133); }

 div.DivClassName
 {
   background-color: #755585;
 }
 .BgClassName
 {
   background-color: #755585;
 }
</style>

border-color css

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

 span { border-color: rgb(117,85,133); }

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