Html Css Color HEX #7C5785 Affair

📋 copy color: '#7C5785'

red 124 ◦ green 87 ◦ blue 133

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

Shades of Affair #7C5785

Tints of Affair #7C5785

RGB

 RED value IS 124 (48.83% from 255) = 36.05%

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 36.05%
G = 25.29%
B = 38.66%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C5785 (or 0x7C5785) is known color: Affair. HEX triplet: 7C, 57 and 85. RGB value is (124,87,133). Sum of RGB (Red+Green+Blue) = 124+87+133=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5785 is #83A87A. Grayscale: #676767. Windows color (decimal): -8628347 or 8738684. OLE color: 8738684.

HSL color Cylindrical-coordinate representation of color #7C5785: hue angle of 288.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5785 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 87 133 -
CMYK 0.07 0.35 0 0.48
HSL 288.26º 0.21% 0.43% -
HSV(B) 288.26º 0.35% 0.52% -
XYZ 15.95 12.79 23.82 -
YUV 103.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 124 87 133 0.07 0.35 0 0.48 288.26 0.21 0.43
Hex 7C 57 85 7 23 0 30 120 15 2B
Octal 174 127 205 7 43 0 60 440 25 53
Binary 1111100 1010111 10000101 111 100011 0 110000 100100000 10101 101011

Color Harmonies of #7C5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5785

Black with #7C5785

Text Example


Text Example

White with #7C5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C5785; }

 p { color: rgb(124,87,133); }

 H1.HeaderClassName
 {
   color: #7C5785;
 }
 .AnyTagClassName
 {
   color: #7C5785;
 }
</style>

background-color css

<style>
 a { background-color: #7C5785; }

 a { background-color: rgb(124,87,133); }

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

border-color css

<style>
 span { border-color: #7C5785; }

 span { border-color: rgb(124,87,133); }

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