Html Css Color HEX #7C5537 Old Copper

📋 copy color: '#7C5537'

red 124 ◦ green 85 ◦ blue 55

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

Shades of Old Copper #7C5537

Tints of Old Copper #7C5537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 46.97%
G = 32.2%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C5537 (or 0x7C5537) is known color: Old Copper. HEX triplet: 7C, 55 and 37. RGB value is (124,85,55). Sum of RGB (Red+Green+Blue) = 124+85+55=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5537 is #83AAC8. Grayscale: #5D5D5D. Windows color (decimal): -8628937 or 3626364. OLE color: 3626364.

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

Color convert

RGB 124 85 55 -
CMYK 0 0.31 0.56 0.51
HSL 26.09º 0.39% 0.35% -
HSV(B) 26.09º 0.56% 0.49% -
XYZ 12.25 11.06 5.1 -
YUV 93.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 124 85 55 0 0.31 0.56 0.51 26.09 0.39 0.35
Hex 7C 55 37 0 1F 38 33 1A 27 23
Octal 174 125 67 0 37 70 63 32 47 43
Binary 1111100 1010101 110111 0 11111 111000 110011 11010 100111 100011

Color Harmonies of #7C5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5537

Black with #7C5537

Text Example


Text Example

White with #7C5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,55); }

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

background-color css

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

 a { background-color: rgb(124,85,55); }

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

border-color css

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

 span { border-color: rgb(124,85,55); }

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