Html Css Color HEX #765745 Old Copper

📋 copy color: '#765745'

red 118 ◦ green 87 ◦ blue 69

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

Shades of Old Copper #765745

Tints of Old Copper #765745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 43.07%
G = 31.75%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#765745 (or 0x765745) is known color: Old Copper. HEX triplet: 76, 57 and 45. RGB value is (118,87,69). Sum of RGB (Red+Green+Blue) = 118+87+69=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #765745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765745 is #89A8BA. Grayscale: #5E5E5E. Windows color (decimal): -9021627 or 4544374. OLE color: 4544374.

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

Color convert

RGB 118 87 69 -
CMYK 0 0.26 0.42 0.54
HSL 22.04º 0.26% 0.37% -
HSV(B) 22.04º 0.42% 0.46% -
XYZ 11.95 11.1 7.14 -
YUV 94.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 118 87 69 0 0.26 0.42 0.54 22.04 0.26 0.37
Hex 76 57 45 0 1A 2A 36 16 1A 25
Octal 166 127 105 0 32 52 66 26 32 45
Binary 1110110 1010111 1000101 0 11010 101010 110110 10110 11010 100101

Color Harmonies of #765745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765745

Black with #765745

Text Example


Text Example

White with #765745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765745; }

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

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

background-color css

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

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

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

border-color css

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

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

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