Html Css Color HEX #765644 Old Copper

📋 copy color: '#765644'

red 118 ◦ green 86 ◦ blue 68

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

Shades of Old Copper #765644

Tints of Old Copper #765644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 43.38%
G = 31.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#765644 (or 0x765644) is known color: Old Copper. HEX triplet: 76, 56 and 44. RGB value is (118,86,68). Sum of RGB (Red+Green+Blue) = 118+86+68=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765644 is #89A9BB. Grayscale: #5D5D5D. Windows color (decimal): -9021884 or 4478582. OLE color: 4478582.

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

Color convert

RGB 118 86 68 -
CMYK 0 0.27 0.42 0.54
HSL 21.6º 0.27% 0.36% -
HSV(B) 21.6º 0.42% 0.46% -
XYZ 11.84 10.92 6.95 -
YUV 93.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 118 86 68 0 0.27 0.42 0.54 21.6 0.27 0.36
Hex 76 56 44 0 1B 2A 36 16 1B 24
Octal 166 126 104 0 33 52 66 26 33 44
Binary 1110110 1010110 1000100 0 11011 101010 110110 10110 11011 100100

Color Harmonies of #765644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765644

Black with #765644

Text Example


Text Example

White with #765644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765644; }

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

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

background-color css

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

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

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

border-color css

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

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

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