Html Css Color HEX #765546 Old Copper

📋 copy color: '#765546'

red 118 ◦ green 85 ◦ blue 70

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

Shades of Old Copper #765546

Tints of Old Copper #765546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 43.22%
G = 31.14%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765546 (or 0x765546) is known color: Old Copper. HEX triplet: 76, 55 and 46. RGB value is (118,85,70). Sum of RGB (Red+Green+Blue) = 118+85+70=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765546 is #89AAB9. Grayscale: #5D5D5D. Windows color (decimal): -9022138 or 4609398. OLE color: 4609398.

HSL color Cylindrical-coordinate representation of color #765546: hue angle of 18.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765546 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 70 -
CMYK 0 0.28 0.41 0.54
HSL 18.75º 0.26% 0.37% -
HSV(B) 18.75º 0.41% 0.46% -
XYZ 11.83 10.79 7.25 -
YUV 93.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 118 85 70 0 0.28 0.41 0.54 18.75 0.26 0.37
Hex 76 55 46 0 1C 29 36 13 1A 25
Octal 166 125 106 0 34 51 66 23 32 45
Binary 1110110 1010101 1000110 0 11100 101001 110110 10011 11010 100101

Color Harmonies of #765546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765546

Black with #765546

Text Example


Text Example

White with #765546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765546; }

 p { color: rgb(118,85,70); }

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

background-color css

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

 a { background-color: rgb(118,85,70); }

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

border-color css

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

 span { border-color: rgb(118,85,70); }

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