Html Css Color HEX #765141 Old Copper

📋 copy color: '#765141'

red 118 ◦ green 81 ◦ blue 65

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

Shades of Old Copper #765141

Tints of Old Copper #765141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 44.7%
G = 30.68%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#765141 (or 0x765141) is known color: Old Copper. HEX triplet: 76, 51 and 41. RGB value is (118,81,65). Sum of RGB (Red+Green+Blue) = 118+81+65=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #765141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765141 is #89AEBE. Grayscale: #5A5A5A. Windows color (decimal): -9023167 or 4280694. OLE color: 4280694.

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

Color convert

RGB 118 81 65 -
CMYK 0 0.31 0.45 0.54
HSL 18.11º 0.29% 0.36% -
HSV(B) 18.11º 0.45% 0.46% -
XYZ 11.37 10.12 6.35 -
YUV 90.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 118 81 65 0 0.31 0.45 0.54 18.11 0.29 0.36
Hex 76 51 41 0 1F 2D 36 12 1D 24
Octal 166 121 101 0 37 55 66 22 35 44
Binary 1110110 1010001 1000001 0 11111 101101 110110 10010 11101 100100

Color Harmonies of #765141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765141

Black with #765141

Text Example


Text Example

White with #765141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765141; }

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

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

background-color css

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

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

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

border-color css

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

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

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