Html Css Color HEX #755685 Affair

📋 copy color: '#755685'

red 117 ◦ green 86 ◦ blue 133

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

Shades of Affair #755685

Tints of Affair #755685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 34.82%
G = 25.6%
B = 39.58%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755685 (or 0x755685) is known color: Affair. HEX triplet: 75, 56 and 85. RGB value is (117,86,133). Sum of RGB (Red+Green+Blue) = 117+86+133=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #755685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755685 is #8AA97A. Grayscale: #646464. Windows color (decimal): -9087355 or 8738421. OLE color: 8738421.

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

Color convert

RGB 117 86 133 -
CMYK 0.12 0.35 0 0.48
HSL 279.57º 0.21% 0.43% -
HSV(B) 279.57º 0.35% 0.52% -
XYZ 14.9 12.13 23.75 -
YUV 100.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 117 86 133 0.12 0.35 0 0.48 279.57 0.21 0.43
Hex 75 56 85 C 23 0 30 118 15 2B
Octal 165 126 205 14 43 0 60 430 25 53
Binary 1110101 1010110 10000101 1100 100011 0 110000 100011000 10101 101011

Color Harmonies of #755685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755685

Black with #755685

Text Example


Text Example

White with #755685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755685; }

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

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

background-color css

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

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

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

border-color css

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

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

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