Html Css Color HEX #74597F Affair

📋 copy color: '#74597F'

red 116 ◦ green 89 ◦ blue 127

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

Shades of Affair #74597F

Tints of Affair #74597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 34.94%
G = 26.81%
B = 38.25%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74597F (or 0x74597F) is known color: Affair. HEX triplet: 74, 59 and 7F. RGB value is (116,89,127). Sum of RGB (Red+Green+Blue) = 116+89+127=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #74597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597F is #8BA680. Grayscale: #656565. Windows color (decimal): -9152129 or 8345972. OLE color: 8345972.

HSL color Cylindrical-coordinate representation of color #74597F: hue angle of 282.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74597F is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 89 127 -
CMYK 0.09 0.30 0 0.50
HSL 282.63º 0.18% 0.42% -
HSV(B) 282.63º 0.3% 0.5% -
XYZ 14.61 12.39 21.7 -
YUV 101.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 116 89 127 0.09 0.30 0 0.50 282.63 0.18 0.42
Hex 74 59 7F 9 1E 0 32 11B 12 2A
Octal 164 131 177 11 36 0 62 433 22 52
Binary 1110100 1011001 1111111 1001 11110 0 110010 100011011 10010 101010

Color Harmonies of #74597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74597F

Black with #74597F

Text Example


Text Example

White with #74597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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