Html Css Color HEX #755C89 Affair

📋 copy color: '#755C89'

red 117 ◦ green 92 ◦ blue 137

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

Shades of Affair #755C89

Tints of Affair #755C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 33.82%
G = 26.59%
B = 39.6%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#755C89 (or 0x755C89) is known color: Affair. HEX triplet: 75, 5C and 89. RGB value is (117,92,137). Sum of RGB (Red+Green+Blue) = 117+92+137=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #755C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C89 is #8AA376. Grayscale: #686868. Windows color (decimal): -9085815 or 9002101. OLE color: 9002101.

HSL color Cylindrical-coordinate representation of color #755C89: hue angle of 273.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755C89 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 92 137 -
CMYK 0.15 0.33 0 0.46
HSL 273.33º 0.2% 0.45% -
HSV(B) 273.33º 0.33% 0.54% -
XYZ 15.68 13.24 25.4 -
YUV 104.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 117 92 137 0.15 0.33 0 0.46 273.33 0.2 0.45
Hex 75 5C 89 F 21 0 2E 111 14 2D
Octal 165 134 211 17 41 0 56 421 24 55
Binary 1110101 1011100 10001001 1111 100001 0 101110 100010001 10100 101101

Color Harmonies of #755C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C89

Black with #755C89

Text Example


Text Example

White with #755C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,137); }

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

background-color css

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

 a { background-color: rgb(117,92,137); }

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

border-color css

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

 span { border-color: rgb(117,92,137); }

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