Html Css Color HEX #755E83 Affair

📋 copy color: '#755E83'

red 117 ◦ green 94 ◦ blue 131

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

Shades of Affair #755E83

Tints of Affair #755E83

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 34.21%
G = 27.49%
B = 38.3%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755E83 (or 0x755E83) is known color: Affair. HEX triplet: 75, 5E and 83. RGB value is (117,94,131). Sum of RGB (Red+Green+Blue) = 117+94+131=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #755E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E83 is #8AA17C. Grayscale: #686868. Windows color (decimal): -9085309 or 8609397. OLE color: 8609397.

HSL color Cylindrical-coordinate representation of color #755E83: hue angle of 277.3º degrees, saturation: 0.16, 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 #755E83 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 94 131 -
CMYK 0.11 0.28 0 0.49
HSL 277.3º 0.16% 0.44% -
HSV(B) 277.3º 0.28% 0.51% -
XYZ 15.44 13.43 23.25 -
YUV 105.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 117 94 131 0.11 0.28 0 0.49 277.3 0.16 0.44
Hex 75 5E 83 B 1C 0 31 115 10 2C
Octal 165 136 203 13 34 0 61 425 20 54
Binary 1110101 1011110 10000011 1011 11100 0 110001 100010101 10000 101100

Color Harmonies of #755E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E83

Black with #755E83

Text Example


Text Example

White with #755E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,131); }

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

background-color css

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

 a { background-color: rgb(117,94,131); }

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

border-color css

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

 span { border-color: rgb(117,94,131); }

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