Html Css Color HEX #764E39 Old Copper

📋 copy color: '#764E39'

red 118 ◦ green 78 ◦ blue 57

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

Shades of Old Copper #764E39

Tints of Old Copper #764E39

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.83%

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 46.64%
G = 30.83%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#764E39 (or 0x764E39) is known color: Old Copper. HEX triplet: 76, 4E and 39. RGB value is (118,78,57). Sum of RGB (Red+Green+Blue) = 118+78+57=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E39 is #89B1C6. Grayscale: #575757. Windows color (decimal): -9023943 or 3755638. OLE color: 3755638.

HSL color Cylindrical-coordinate representation of color #764E39: hue angle of 20.66º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764E39 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 57 -
CMYK 0 0.34 0.52 0.54
HSL 20.66º 0.35% 0.34% -
HSV(B) 20.66º 0.52% 0.46% -
XYZ 10.93 9.6 5.15 -
YUV 87.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 118 78 57 0 0.34 0.52 0.54 20.66 0.35 0.34
Hex 76 4E 39 0 22 34 36 15 23 22
Octal 166 116 71 0 42 64 66 25 43 42
Binary 1110110 1001110 111001 0 100010 110100 110110 10101 100011 100010

Color Harmonies of #764E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E39

Black with #764E39

Text Example


Text Example

White with #764E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E39; }

 p { color: rgb(118,78,57); }

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

background-color css

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

 a { background-color: rgb(118,78,57); }

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

border-color css

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

 span { border-color: rgb(118,78,57); }

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