Html Css Color HEX #7C4785 Affair

📋 copy color: '#7C4785'

red 124 ◦ green 71 ◦ blue 133

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

Shades of Affair #7C4785

Tints of Affair #7C4785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

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

R = 37.8%
G = 21.65%
B = 40.55%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C4785 (or 0x7C4785) is known color: Affair. HEX triplet: 7C, 47 and 85. RGB value is (124,71,133). Sum of RGB (Red+Green+Blue) = 124+71+133=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C4785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4785 is #83B87A. Grayscale: #5D5D5D. Windows color (decimal): -8632443 or 8734588. OLE color: 8734588.

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

Color convert

RGB 124 71 133 -
CMYK 0.07 0.47 0 0.48
HSL 291.29º 0.3% 0.4% -
HSV(B) 291.29º 0.47% 0.52% -
XYZ 14.8 10.49 23.43 -
YUV 93.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 124 71 133 0.07 0.47 0 0.48 291.29 0.3 0.4
Hex 7C 47 85 7 2F 0 30 123 1E 28
Octal 174 107 205 7 57 0 60 443 36 50
Binary 1111100 1000111 10000101 111 101111 0 110000 100100011 11110 101000

Color Harmonies of #7C4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4785

Black with #7C4785

Text Example


Text Example

White with #7C4785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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