Html Css Color HEX #76573F Old Copper

📋 copy color: '#76573F'

red 118 ◦ green 87 ◦ blue 63

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

Shades of Old Copper #76573F

Tints of Old Copper #76573F

RGB

 RED value IS 118 (46.48% from 255) = 44.03%

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

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

R = 44.03%
G = 32.46%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76573F (or 0x76573F) is known color: Old Copper. HEX triplet: 76, 57 and 3F. RGB value is (118,87,63). Sum of RGB (Red+Green+Blue) = 118+87+63=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76573F is #89A8C0. Grayscale: #5D5D5D. Windows color (decimal): -9021633 or 4151158. OLE color: 4151158.

HSL color Cylindrical-coordinate representation of color #76573F: hue angle of 26.18º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76573F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 63 -
CMYK 0 0.26 0.47 0.54
HSL 26.18º 0.3% 0.35% -
HSV(B) 26.18º 0.47% 0.46% -
XYZ 11.78 11.03 6.21 -
YUV 93.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 118 87 63 0 0.26 0.47 0.54 26.18 0.3 0.35
Hex 76 57 3F 0 1A 2F 36 1A 1E 23
Octal 166 127 77 0 32 57 66 32 36 43
Binary 1110110 1010111 111111 0 11010 101111 110110 11010 11110 100011

Color Harmonies of #76573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76573F

Black with #76573F

Text Example


Text Example

White with #76573F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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