Html Css Color HEX #77573F Old Copper

📋 copy color: '#77573F'

red 119 ◦ green 87 ◦ blue 63

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

Shades of Old Copper #77573F

Tints of Old Copper #77573F

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

 GREEN value IS 87 (34.38% from 255) = 32.34%

 BLUE value IS 63 (25% from 255) = 23.42%

R = 44.24%
G = 32.34%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77573F (or 0x77573F) is known color: Old Copper. HEX triplet: 77, 57 and 3F. RGB value is (119,87,63). Sum of RGB (Red+Green+Blue) = 119+87+63=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77573F is #88A8C0. Grayscale: #5D5D5D. Windows color (decimal): -8956097 or 4151159. OLE color: 4151159.

HSL color Cylindrical-coordinate representation of color #77573F: hue angle of 25.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77573F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 63 -
CMYK 0 0.27 0.47 0.53
HSL 25.71º 0.31% 0.36% -
HSV(B) 25.71º 0.47% 0.47% -
XYZ 11.91 11.1 6.22 -
YUV 93.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 119 87 63 0 0.27 0.47 0.53 25.71 0.31 0.36
Hex 77 57 3F 0 1B 2F 35 1A 1F 24
Octal 167 127 77 0 33 57 65 32 37 44
Binary 1110111 1010111 111111 0 11011 101111 110101 11010 11111 100100

Color Harmonies of #77573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77573F

Black with #77573F

Text Example


Text Example

White with #77573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77573F; }

 p { color: rgb(119,87,63); }

 H1.HeaderClassName
 {
   color: #77573F;
 }
 .AnyTagClassName
 {
   color: #77573F;
 }
</style>

background-color css

<style>
 a { background-color: #77573F; }

 a { background-color: rgb(119,87,63); }

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

border-color css

<style>
 span { border-color: #77573F; }

 span { border-color: rgb(119,87,63); }

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