Html Css Color HEX #74537F Affair

📋 copy color: '#74537F'

red 116 ◦ green 83 ◦ blue 127

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

Shades of Affair #74537F

Tints of Affair #74537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 35.58%
G = 25.46%
B = 38.96%

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

#74537F (or 0x74537F) is known color: Affair. HEX triplet: 74, 53 and 7F. RGB value is (116,83,127). Sum of RGB (Red+Green+Blue) = 116+83+127=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #74537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74537F is #8BAC80. Grayscale: #616161. Windows color (decimal): -9153665 or 8344436. OLE color: 8344436.

HSL color Cylindrical-coordinate representation of color #74537F: hue angle of 285º degrees, saturation: 0.21, 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 #74537F is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 83 127 -
CMYK 0.09 0.35 0 0.50
HSL 285º 0.21% 0.41% -
HSV(B) 285º 0.35% 0.5% -
XYZ 14.13 11.43 21.54 -
YUV 97.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 116 83 127 0.09 0.35 0 0.50 285 0.21 0.41
Hex 74 53 7F 9 23 0 32 11D 15 29
Octal 164 123 177 11 43 0 62 435 25 51
Binary 1110100 1010011 1111111 1001 100011 0 110010 100011101 10101 101001

Color Harmonies of #74537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74537F

Black with #74537F

Text Example


Text Example

White with #74537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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