Html Css Color HEX #764E37 Old Copper

📋 copy color: '#764E37'

red 118 ◦ green 78 ◦ blue 55

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

Shades of Old Copper #764E37

Tints of Old Copper #764E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 47.01%
G = 31.08%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764E37 (or 0x764E37) is known color: Old Copper. HEX triplet: 76, 4E and 37. RGB value is (118,78,55). Sum of RGB (Red+Green+Blue) = 118+78+55=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E37 is #89B1C8. Grayscale: #575757. Windows color (decimal): -9023945 or 3624566. OLE color: 3624566.

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

Color convert

RGB 118 78 55 -
CMYK 0 0.34 0.53 0.54
HSL 21.9º 0.36% 0.34% -
HSV(B) 21.9º 0.53% 0.46% -
XYZ 10.89 9.58 4.89 -
YUV 87.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 118 78 55 0 0.34 0.53 0.54 21.9 0.36 0.34
Hex 76 4E 37 0 22 35 36 16 24 22
Octal 166 116 67 0 42 65 66 26 44 42
Binary 1110110 1001110 110111 0 100010 110101 110110 10110 100100 100010

Color Harmonies of #764E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E37

Black with #764E37

Text Example


Text Example

White with #764E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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