Html Css Color HEX #765137 Old Copper

📋 copy color: '#765137'

red 118 ◦ green 81 ◦ blue 55

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

Shades of Old Copper #765137

Tints of Old Copper #765137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

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

R = 46.46%
G = 31.89%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#765137 (or 0x765137) is known color: Old Copper. HEX triplet: 76, 51 and 37. RGB value is (118,81,55). Sum of RGB (Red+Green+Blue) = 118+81+55=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #765137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765137 is #89AEC8. Grayscale: #595959. Windows color (decimal): -9023177 or 3625334. OLE color: 3625334.

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

Color convert

RGB 118 81 55 -
CMYK 0 0.31 0.53 0.54
HSL 24.76º 0.36% 0.34% -
HSV(B) 24.76º 0.53% 0.46% -
XYZ 11.1 10.01 4.96 -
YUV 89.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 118 81 55 0 0.31 0.53 0.54 24.76 0.36 0.34
Hex 76 51 37 0 1F 35 36 19 24 22
Octal 166 121 67 0 37 65 66 31 44 42
Binary 1110110 1010001 110111 0 11111 110101 110110 11001 100100 100010

Color Harmonies of #765137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765137

Black with #765137

Text Example


Text Example

White with #765137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765137; }

 p { color: rgb(118,81,55); }

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

background-color css

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

 a { background-color: rgb(118,81,55); }

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

border-color css

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

 span { border-color: rgb(118,81,55); }

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