Html Css Color HEX #574D4E Mortar

📋 copy color: '#574D4E'

red 87 ◦ green 77 ◦ blue 78

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

Shades of Mortar #574D4E

Tints of Mortar #574D4E

RGB

 RED value IS 87 (34.38% from 255) = 35.95%

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 35.95%
G = 31.82%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#574D4E (or 0x574D4E) is known color: Mortar. HEX triplet: 57, 4D and 4E. RGB value is (87,77,78). Sum of RGB (Red+Green+Blue) = 87+77+78=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D4E is #A8B2B1. Grayscale: #505050. Windows color (decimal): -11055794 or 5131607. OLE color: 5131607.

HSL color Cylindrical-coordinate representation of color #574D4E: hue angle of 354º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #574D4E is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 77 78 -
CMYK 0 0.11 0.10 0.66
HSL 354º 0.06% 0.32% -
HSV(B) 354º 0.11% 0.34% -
XYZ 7.96 7.88 8.31 -
YUV 80.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 87 77 78 0 0.11 0.10 0.66 354 0.06 0.32
Hex 57 4D 4E 0 B A 42 162 6 20
Octal 127 115 116 0 13 12 102 542 6 40
Binary 1010111 1001101 1001110 0 1011 1010 1000010 101100010 110 100000

Color Harmonies of #574D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D4E

Black with #574D4E

Text Example


Text Example

White with #574D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D4E; }

 p { color: rgb(87,77,78); }

 H1.HeaderClassName
 {
   color: #574D4E;
 }
 .AnyTagClassName
 {
   color: #574D4E;
 }
</style>

background-color css

<style>
 a { background-color: #574D4E; }

 a { background-color: rgb(87,77,78); }

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

border-color css

<style>
 span { border-color: #574D4E; }

 span { border-color: rgb(87,77,78); }

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