Html Css Color HEX #74597C Affair

📋 copy color: '#74597C'

red 116 ◦ green 89 ◦ blue 124

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

Shades of Affair #74597C

Tints of Affair #74597C

RGB

 RED value IS 116 (45.7% from 255) = 35.26%

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

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

R = 35.26%
G = 27.05%
B = 37.69%

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

#74597C (or 0x74597C) is known color: Affair. HEX triplet: 74, 59 and 7C. RGB value is (116,89,124). Sum of RGB (Red+Green+Blue) = 116+89+124=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #74597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597C is #8BA683. Grayscale: #646464. Windows color (decimal): -9152132 or 8149364. OLE color: 8149364.

HSL color Cylindrical-coordinate representation of color #74597C: 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 #74597C is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 89 124 -
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.41 12.31 20.69 -
YUV 101.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 116 89 124 0.06 0.28 0 0.51 286.29 0.16 0.42
Hex 74 59 7C 6 1C 0 33 11E 10 2A
Octal 164 131 174 6 34 0 63 436 20 52
Binary 1110100 1011001 1111100 110 11100 0 110011 100011110 10000 101010

Color Harmonies of #74597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74597C

Black with #74597C

Text Example


Text Example

White with #74597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74597C; }

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

 H1.HeaderClassName
 {
   color: #74597C;
 }
 .AnyTagClassName
 {
   color: #74597C;
 }
</style>

background-color css

<style>
 a { background-color: #74597C; }

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

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

border-color css

<style>
 span { border-color: #74597C; }

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

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