Html Css Color HEX #764E3C Old Copper

📋 copy color: '#764E3C'

red 118 ◦ green 78 ◦ blue 60

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

Shades of Old Copper #764E3C

Tints of Old Copper #764E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 46.09%
G = 30.47%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#764E3C (or 0x764E3C) is known color: Old Copper. HEX triplet: 76, 4E and 3C. RGB value is (118,78,60). Sum of RGB (Red+Green+Blue) = 118+78+60=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3C is #89B1C3. Grayscale: #585858. Windows color (decimal): -9023940 or 3952246. OLE color: 3952246.

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

Color convert

RGB 118 78 60 -
CMYK 0 0.34 0.49 0.54
HSL 18.62º 0.33% 0.35% -
HSV(B) 18.62º 0.49% 0.46% -
XYZ 11.01 9.63 5.55 -
YUV 87.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 118 78 60 0 0.34 0.49 0.54 18.62 0.33 0.35
Hex 76 4E 3C 0 22 31 36 13 21 23
Octal 166 116 74 0 42 61 66 23 41 43
Binary 1110110 1001110 111100 0 100010 110001 110110 10011 100001 100011

Color Harmonies of #764E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E3C

Black with #764E3C

Text Example


Text Example

White with #764E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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