Html Css Color HEX #74527C Affair

📋 copy color: '#74527C'

red 116 ◦ green 82 ◦ blue 124

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

Shades of Affair #74527C

Tints of Affair #74527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 36.02%
G = 25.47%
B = 38.51%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74527C (or 0x74527C) is known color: Affair. HEX triplet: 74, 52 and 7C. RGB value is (116,82,124). Sum of RGB (Red+Green+Blue) = 116+82+124=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #74527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74527C is #8BAD83. Grayscale: #606060. Windows color (decimal): -9153924 or 8147572. OLE color: 8147572.

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

Color convert

RGB 116 82 124 -
CMYK 0.06 0.34 0 0.51
HSL 288.57º 0.2% 0.4% -
HSV(B) 288.57º 0.34% 0.49% -
XYZ 13.86 11.2 20.5 -
YUV 96.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 116 82 124 0.06 0.34 0 0.51 288.57 0.2 0.4
Hex 74 52 7C 6 22 0 33 121 14 28
Octal 164 122 174 6 42 0 63 441 24 50
Binary 1110100 1010010 1111100 110 100010 0 110011 100100001 10100 101000

Color Harmonies of #74527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74527C

Black with #74527C

Text Example


Text Example

White with #74527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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