Html Css Color HEX #74527D Affair

📋 copy color: '#74527D'

red 116 ◦ green 82 ◦ blue 125

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

Shades of Affair #74527D

Tints of Affair #74527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 35.91%
G = 25.39%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74527D (or 0x74527D) is known color: Affair. HEX triplet: 74, 52 and 7D. RGB value is (116,82,125). Sum of RGB (Red+Green+Blue) = 116+82+125=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #74527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74527D is #8BAD82. Grayscale: #606060. Windows color (decimal): -9153923 or 8213108. OLE color: 8213108.

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

Color convert

RGB 116 82 125 -
CMYK 0.07 0.34 0 0.51
HSL 287.44º 0.21% 0.41% -
HSV(B) 287.44º 0.34% 0.49% -
XYZ 13.92 11.23 20.84 -
YUV 97.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 116 82 125 0.07 0.34 0 0.51 287.44 0.21 0.41
Hex 74 52 7D 7 22 0 33 11F 15 29
Octal 164 122 175 7 42 0 63 437 25 51
Binary 1110100 1010010 1111101 111 100010 0 110011 100011111 10101 101001

Color Harmonies of #74527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74527D

Black with #74527D

Text Example


Text Example

White with #74527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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