Html Css Color HEX #755A7D Affair

📋 copy color: '#755A7D'

red 117 ◦ green 90 ◦ blue 125

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

Shades of Affair #755A7D

Tints of Affair #755A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 35.24%
G = 27.11%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#755A7D (or 0x755A7D) is known color: Affair. HEX triplet: 75, 5A and 7D. RGB value is (117,90,125). Sum of RGB (Red+Green+Blue) = 117+90+125=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #755A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A7D is #8AA582. Grayscale: #656565. Windows color (decimal): -9086339 or 8215157. OLE color: 8215157.

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

Color convert

RGB 117 90 125 -
CMYK 0.06 0.28 0 0.51
HSL 286.29º 0.16% 0.42% -
HSV(B) 286.29º 0.28% 0.49% -
XYZ 14.69 12.57 21.05 -
YUV 102.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 117 90 125 0.06 0.28 0 0.51 286.29 0.16 0.42
Hex 75 5A 7D 6 1C 0 33 11E 10 2A
Octal 165 132 175 6 34 0 63 436 20 52
Binary 1110101 1011010 1111101 110 11100 0 110011 100011110 10000 101010

Color Harmonies of #755A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A7D

Black with #755A7D

Text Example


Text Example

White with #755A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,90,125); }

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

background-color css

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

 a { background-color: rgb(117,90,125); }

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

border-color css

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

 span { border-color: rgb(117,90,125); }

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