Html Css Color HEX #74527F Affair

📋 copy color: '#74527F'

red 116 ◦ green 82 ◦ blue 127

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

Shades of Affair #74527F

Tints of Affair #74527F

RGB

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

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

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

R = 35.69%
G = 25.23%
B = 39.08%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74527F (or 0x74527F) is known color: Affair. HEX triplet: 74, 52 and 7F. RGB value is (116,82,127). Sum of RGB (Red+Green+Blue) = 116+82+127=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #74527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74527F is #8BAD80. Grayscale: #616161. Windows color (decimal): -9153921 or 8344180. OLE color: 8344180.

HSL color Cylindrical-coordinate representation of color #74527F: hue angle of 285.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74527F is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 82 127 -
CMYK 0.09 0.35 0 0.50
HSL 285.33º 0.22% 0.41% -
HSV(B) 285.33º 0.35% 0.5% -
XYZ 14.05 11.28 21.52 -
YUV 97.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 116 82 127 0.09 0.35 0 0.50 285.33 0.22 0.41
Hex 74 52 7F 9 23 0 32 11D 16 29
Octal 164 122 177 11 43 0 62 435 26 51
Binary 1110100 1010010 1111111 1001 100011 0 110010 100011101 10110 101001

Color Harmonies of #74527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74527F

Black with #74527F

Text Example


Text Example

White with #74527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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