Html Css Color HEX #74587C Affair

📋 copy color: '#74587C'

red 116 ◦ green 88 ◦ blue 124

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

Shades of Affair #74587C

Tints of Affair #74587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 35.37%
G = 26.83%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74587C (or 0x74587C) is known color: Affair. HEX triplet: 74, 58 and 7C. RGB value is (116,88,124). Sum of RGB (Red+Green+Blue) = 116+88+124=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #74587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74587C is #8BA783. Grayscale: #646464. Windows color (decimal): -9152388 or 8149108. OLE color: 8149108.

HSL color Cylindrical-coordinate representation of color #74587C: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74587C is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 88 124 -
CMYK 0.06 0.29 0 0.51
HSL 286.67º 0.17% 0.42% -
HSV(B) 286.67º 0.29% 0.49% -
XYZ 14.33 12.15 20.66 -
YUV 100.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 116 88 124 0.06 0.29 0 0.51 286.67 0.17 0.42
Hex 74 58 7C 6 1D 0 33 11F 11 2A
Octal 164 130 174 6 35 0 63 437 21 52
Binary 1110100 1011000 1111100 110 11101 0 110011 100011111 10001 101010

Color Harmonies of #74587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74587C

Black with #74587C

Text Example


Text Example

White with #74587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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