Html Css Color HEX #574C4D Mortar

📋 copy color: '#574C4D'

red 87 ◦ green 76 ◦ blue 77

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

Shades of Mortar #574C4D

Tints of Mortar #574C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 36.25%
G = 31.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#574C4D (or 0x574C4D) is known color: Mortar. HEX triplet: 57, 4C and 4D. RGB value is (87,76,77). Sum of RGB (Red+Green+Blue) = 87+76+77=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #574C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C4D is #A8B3B2. Grayscale: #4F4F4F. Windows color (decimal): -11056051 or 5065815. OLE color: 5065815.

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

Color convert

RGB 87 76 77 -
CMYK 0 0.13 0.11 0.66
HSL 354.55º 0.07% 0.32% -
HSV(B) 354.55º 0.13% 0.34% -
XYZ 7.85 7.73 8.1 -
YUV 79.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 87 76 77 0 0.13 0.11 0.66 354.55 0.07 0.32
Hex 57 4C 4D 0 D B 42 163 7 20
Octal 127 114 115 0 15 13 102 543 7 40
Binary 1010111 1001100 1001101 0 1101 1011 1000010 101100011 111 100000

Color Harmonies of #574C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C4D

Black with #574C4D

Text Example


Text Example

White with #574C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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