Html Css Color HEX #755D82 Affair

📋 copy color: '#755D82'

red 117 ◦ green 93 ◦ blue 130

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

Shades of Affair #755D82

Tints of Affair #755D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 34.41%
G = 27.35%
B = 38.24%

CMYK

 C value IS 0.1

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755D82 (or 0x755D82) is known color: Affair. HEX triplet: 75, 5D and 82. RGB value is (117,93,130). Sum of RGB (Red+Green+Blue) = 117+93+130=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #755D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D82 is #8AA27D. Grayscale: #686868. Windows color (decimal): -9085566 or 8543605. OLE color: 8543605.

HSL color Cylindrical-coordinate representation of color #755D82: hue angle of 278.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755D82 is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 93 130 -
CMYK 0.1 0.28 0 0.49
HSL 278.92º 0.17% 0.44% -
HSV(B) 278.92º 0.28% 0.51% -
XYZ 15.28 13.22 22.87 -
YUV 104.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 117 93 130 0.1 0.28 0 0.49 278.92 0.17 0.44
Hex 75 5D 82 A 1C 0 31 117 11 2C
Octal 165 135 202 12 34 0 61 427 21 54
Binary 1110101 1011101 10000010 1010 11100 0 110001 100010111 10001 101100

Color Harmonies of #755D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D82

Black with #755D82

Text Example


Text Example

White with #755D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,130); }

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

background-color css

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

 a { background-color: rgb(117,93,130); }

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

border-color css

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

 span { border-color: rgb(117,93,130); }

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