Html Css Color HEX #754C7C Affair

📋 copy color: '#754C7C'

red 117 ◦ green 76 ◦ blue 124

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

Shades of Affair #754C7C

Tints of Affair #754C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 36.91%
G = 23.97%
B = 39.12%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#754C7C (or 0x754C7C) is known color: Affair. HEX triplet: 75, 4C and 7C. RGB value is (117,76,124). Sum of RGB (Red+Green+Blue) = 117+76+124=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #754C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C7C is #8AB383. Grayscale: #5D5D5D. Windows color (decimal): -9089924 or 8146037. OLE color: 8146037.

HSL color Cylindrical-coordinate representation of color #754C7C: hue angle of 291.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754C7C is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 76 124 -
CMYK 0.06 0.39 0 0.51
HSL 291.25º 0.24% 0.39% -
HSV(B) 291.25º 0.39% 0.49% -
XYZ 13.56 10.41 20.36 -
YUV 93.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 117 76 124 0.06 0.39 0 0.51 291.25 0.24 0.39
Hex 75 4C 7C 6 27 0 33 123 18 27
Octal 165 114 174 6 47 0 63 443 30 47
Binary 1110101 1001100 1111100 110 100111 0 110011 100100011 11000 100111

Color Harmonies of #754C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C7C

Black with #754C7C

Text Example


Text Example

White with #754C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C7C; }

 p { color: rgb(117,76,124); }

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

background-color css

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

 a { background-color: rgb(117,76,124); }

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

border-color css

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

 span { border-color: rgb(117,76,124); }

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