Html Css Color HEX #7C598A Affair

📋 copy color: '#7C598A'

red 124 ◦ green 89 ◦ blue 138

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

Shades of Affair #7C598A

Tints of Affair #7C598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 35.33%
G = 25.36%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C598A (or 0x7C598A) is known color: Affair. HEX triplet: 7C, 59 and 8A. RGB value is (124,89,138). Sum of RGB (Red+Green+Blue) = 124+89+138=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C598A is #83A675. Grayscale: #686868. Windows color (decimal): -8627830 or 9066876. OLE color: 9066876.

HSL color Cylindrical-coordinate representation of color #7C598A: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C598A is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 89 138 -
CMYK 0.10 0.36 0 0.46
HSL 282.86º 0.22% 0.45% -
HSV(B) 282.86º 0.36% 0.54% -
XYZ 16.47 13.26 25.74 -
YUV 105.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 124 89 138 0.10 0.36 0 0.46 282.86 0.22 0.45
Hex 7C 59 8A A 24 0 2E 11B 16 2D
Octal 174 131 212 12 44 0 56 433 26 55
Binary 1111100 1011001 10001010 1010 100100 0 101110 100011011 10110 101101

Color Harmonies of #7C598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C598A

Black with #7C598A

Text Example


Text Example

White with #7C598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,138); }

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

background-color css

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

 a { background-color: rgb(124,89,138); }

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

border-color css

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

 span { border-color: rgb(124,89,138); }

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