Html Css Color HEX #74527E Affair

📋 copy color: '#74527E'

red 116 ◦ green 82 ◦ blue 126

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

Shades of Affair #74527E

Tints of Affair #74527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 35.8%
G = 25.31%
B = 38.89%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74527E (or 0x74527E) is known color: Affair. HEX triplet: 74, 52 and 7E. RGB value is (116,82,126). Sum of RGB (Red+Green+Blue) = 116+82+126=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #74527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74527E is #8BAD81. Grayscale: #616161. Windows color (decimal): -9153922 or 8278644. OLE color: 8278644.

HSL color Cylindrical-coordinate representation of color #74527E: hue angle of 286.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74527E is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 82 126 -
CMYK 0.08 0.35 0 0.51
HSL 286.36º 0.21% 0.41% -
HSV(B) 286.36º 0.35% 0.49% -
XYZ 13.99 11.25 21.17 -
YUV 97.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 116 82 126 0.08 0.35 0 0.51 286.36 0.21 0.41
Hex 74 52 7E 8 23 0 33 11E 15 29
Octal 164 122 176 10 43 0 63 436 25 51
Binary 1110100 1010010 1111110 1000 100011 0 110011 100011110 10101 101001

Color Harmonies of #74527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74527E

Black with #74527E

Text Example


Text Example

White with #74527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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