Html Css Color HEX #7C5047 Ironstone

📋 copy color: '#7C5047'

red 124 ◦ green 80 ◦ blue 71

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

Shades of Ironstone #7C5047

Tints of Ironstone #7C5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 45.09%
G = 29.09%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7C5047 (or 0x7C5047) is known color: Ironstone. HEX triplet: 7C, 50 and 47. RGB value is (124,80,71). Sum of RGB (Red+Green+Blue) = 124+80+71=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5047 is #83AFB8. Grayscale: #5C5C5C. Windows color (decimal): -8630201 or 4673660. OLE color: 4673660.

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

Color convert

RGB 124 80 71 -
CMYK 0 0.35 0.43 0.51
HSL 10.19º 0.27% 0.38% -
HSV(B) 10.19º 0.43% 0.49% -
XYZ 12.32 10.48 7.33 -
YUV 92.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 124 80 71 0 0.35 0.43 0.51 10.19 0.27 0.38
Hex 7C 50 47 0 23 2B 33 A 1B 26
Octal 174 120 107 0 43 53 63 12 33 46
Binary 1111100 1010000 1000111 0 100011 101011 110011 1010 11011 100110

Color Harmonies of #7C5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5047

Black with #7C5047

Text Example


Text Example

White with #7C5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,71); }

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

background-color css

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

 a { background-color: rgb(124,80,71); }

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

border-color css

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

 span { border-color: rgb(124,80,71); }

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