Html Css Color HEX #7C5044 Ironstone

📋 copy color: '#7C5044'

red 124 ◦ green 80 ◦ blue 68

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

Shades of Ironstone #7C5044

Tints of Ironstone #7C5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25%

R = 45.59%
G = 29.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C5044 (or 0x7C5044) is known color: Ironstone. HEX triplet: 7C, 50 and 44. RGB value is (124,80,68). Sum of RGB (Red+Green+Blue) = 124+80+68=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5044 is #83AFBB. Grayscale: #5B5B5B. Windows color (decimal): -8630204 or 4477052. OLE color: 4477052.

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

Color convert

RGB 124 80 68 -
CMYK 0 0.35 0.45 0.51
HSL 12.86º 0.29% 0.38% -
HSV(B) 12.86º 0.45% 0.49% -
XYZ 12.22 10.44 6.84 -
YUV 91.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 124 80 68 0 0.35 0.45 0.51 12.86 0.29 0.38
Hex 7C 50 44 0 23 2D 33 D 1D 26
Octal 174 120 104 0 43 55 63 15 35 46
Binary 1111100 1010000 1000100 0 100011 101101 110011 1101 11101 100110

Color Harmonies of #7C5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5044

Black with #7C5044

Text Example


Text Example

White with #7C5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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