Html Css Color HEX #765744 Old Copper

📋 copy color: '#765744'

red 118 ◦ green 87 ◦ blue 68

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

Shades of Old Copper #765744

Tints of Old Copper #765744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 43.22%
G = 31.87%
B = 24.91%

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

#765744 (or 0x765744) is known color: Old Copper. HEX triplet: 76, 57 and 44. RGB value is (118,87,68). Sum of RGB (Red+Green+Blue) = 118+87+68=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765744 is #89A8BB. Grayscale: #5E5E5E. Windows color (decimal): -9021628 or 4478838. OLE color: 4478838.

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

Color convert

RGB 118 87 68 -
CMYK 0 0.26 0.42 0.54
HSL 22.8º 0.27% 0.36% -
HSV(B) 22.8º 0.42% 0.46% -
XYZ 11.92 11.09 6.98 -
YUV 94.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 118 87 68 0 0.26 0.42 0.54 22.8 0.27 0.36
Hex 76 57 44 0 1A 2A 36 17 1B 24
Octal 166 127 104 0 32 52 66 27 33 44
Binary 1110110 1010111 1000100 0 11010 101010 110110 10111 11011 100100

Color Harmonies of #765744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765744

Black with #765744

Text Example


Text Example

White with #765744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765744; }

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

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

background-color css

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

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

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

border-color css

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

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

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