Html Css Color HEX #7B5537 Old Copper

📋 copy color: '#7B5537'

red 123 ◦ green 85 ◦ blue 55

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

Shades of Old Copper #7B5537

Tints of Old Copper #7B5537

RGB

 RED value IS 123 (48.44% from 255) = 46.77%

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

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

R = 46.77%
G = 32.32%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7B5537 (or 0x7B5537) is known color: Old Copper. HEX triplet: 7B, 55 and 37. RGB value is (123,85,55). Sum of RGB (Red+Green+Blue) = 123+85+55=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5537 is #84AAC8. Grayscale: #5D5D5D. Windows color (decimal): -8694473 or 3626363. OLE color: 3626363.

HSL color Cylindrical-coordinate representation of color #7B5537: hue angle of 26.47º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B5537 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 85 55 -
CMYK 0 0.31 0.55 0.52
HSL 26.47º 0.38% 0.35% -
HSV(B) 26.47º 0.55% 0.48% -
XYZ 12.11 10.98 5.1 -
YUV 92.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 123 85 55 0 0.31 0.55 0.52 26.47 0.38 0.35
Hex 7B 55 37 0 1F 37 34 1A 26 23
Octal 173 125 67 0 37 67 64 32 46 43
Binary 1111011 1010101 110111 0 11111 110111 110100 11010 100110 100011

Color Harmonies of #7B5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5537

Black with #7B5537

Text Example


Text Example

White with #7B5537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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