Html Css Color HEX #765041 Old Copper

📋 copy color: '#765041'

red 118 ◦ green 80 ◦ blue 65

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

Shades of Old Copper #765041

Tints of Old Copper #765041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 44.87%
G = 30.42%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#765041 (or 0x765041) is known color: Old Copper. HEX triplet: 76, 50 and 41. RGB value is (118,80,65). Sum of RGB (Red+Green+Blue) = 118+80+65=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #765041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765041 is #89AFBE. Grayscale: #595959. Windows color (decimal): -9023423 or 4280438. OLE color: 4280438.

HSL color Cylindrical-coordinate representation of color #765041: hue angle of 16.98º 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 #765041 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 65 -
CMYK 0 0.32 0.45 0.54
HSL 16.98º 0.29% 0.36% -
HSV(B) 16.98º 0.45% 0.46% -
XYZ 11.29 9.97 6.33 -
YUV 89.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 118 80 65 0 0.32 0.45 0.54 16.98 0.29 0.36
Hex 76 50 41 0 20 2D 36 11 1D 24
Octal 166 120 101 0 40 55 66 21 35 44
Binary 1110110 1010000 1000001 0 100000 101101 110110 10001 11101 100100

Color Harmonies of #765041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765041

Black with #765041

Text Example


Text Example

White with #765041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765041; }

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

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

background-color css

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

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

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

border-color css

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

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

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