Html Css Color HEX #7C564D Ironstone

📋 copy color: '#7C564D'

red 124 ◦ green 86 ◦ blue 77

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

Shades of Ironstone #7C564D

Tints of Ironstone #7C564D

RGB

 RED value IS 124 (48.83% from 255) = 43.21%

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 43.21%
G = 29.97%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C564D (or 0x7C564D) is known color: Ironstone. HEX triplet: 7C, 56 and 4D. RGB value is (124,86,77). Sum of RGB (Red+Green+Blue) = 124+86+77=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C564D is #83A9B2. Grayscale: #606060. Windows color (decimal): -8628659 or 5068412. OLE color: 5068412.

HSL color Cylindrical-coordinate representation of color #7C564D: hue angle of 11.49º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C564D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 86 77 -
CMYK 0 0.31 0.38 0.51
HSL 11.49º 0.23% 0.39% -
HSV(B) 11.49º 0.38% 0.49% -
XYZ 12.98 11.48 8.55 -
YUV 96.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 124 86 77 0 0.31 0.38 0.51 11.49 0.23 0.39
Hex 7C 56 4D 0 1F 26 33 B 17 27
Octal 174 126 115 0 37 46 63 13 27 47
Binary 1111100 1010110 1001101 0 11111 100110 110011 1011 10111 100111

Color Harmonies of #7C564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C564D

Black with #7C564D

Text Example


Text Example

White with #7C564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C564D; }

 p { color: rgb(124,86,77); }

 H1.HeaderClassName
 {
   color: #7C564D;
 }
 .AnyTagClassName
 {
   color: #7C564D;
 }
</style>

background-color css

<style>
 a { background-color: #7C564D; }

 a { background-color: rgb(124,86,77); }

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

border-color css

<style>
 span { border-color: #7C564D; }

 span { border-color: rgb(124,86,77); }

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