Html Css Color HEX #74577C Affair

📋 copy color: '#74577C'

red 116 ◦ green 87 ◦ blue 124

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

Shades of Affair #74577C

Tints of Affair #74577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 35.47%
G = 26.61%
B = 37.92%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74577C (or 0x74577C) is known color: Affair. HEX triplet: 74, 57 and 7C. RGB value is (116,87,124). Sum of RGB (Red+Green+Blue) = 116+87+124=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #74577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74577C is #8BA883. Grayscale: #636363. Windows color (decimal): -9152644 or 8148852. OLE color: 8148852.

HSL color Cylindrical-coordinate representation of color #74577C: hue angle of 287.03º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74577C is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 87 124 -
CMYK 0.06 0.30 0 0.51
HSL 287.03º 0.18% 0.41% -
HSV(B) 287.03º 0.3% 0.49% -
XYZ 14.25 11.98 20.63 -
YUV 99.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 116 87 124 0.06 0.30 0 0.51 287.03 0.18 0.41
Hex 74 57 7C 6 1E 0 33 11F 12 29
Octal 164 127 174 6 36 0 63 437 22 51
Binary 1110100 1010111 1111100 110 11110 0 110011 100011111 10010 101001

Color Harmonies of #74577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74577C

Black with #74577C

Text Example


Text Example

White with #74577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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