Html Css Color HEX #764E3D Old Copper

📋 copy color: '#764E3D'

red 118 ◦ green 78 ◦ blue 61

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

Shades of Old Copper #764E3D

Tints of Old Copper #764E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 45.91%
G = 30.35%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#764E3D (or 0x764E3D) is known color: Old Copper. HEX triplet: 76, 4E and 3D. RGB value is (118,78,61). Sum of RGB (Red+Green+Blue) = 118+78+61=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E3D is #89B1C2. Grayscale: #585858. Windows color (decimal): -9023939 or 4017782. OLE color: 4017782.

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

Color convert

RGB 118 78 61 -
CMYK 0 0.34 0.48 0.54
HSL 17.89º 0.32% 0.35% -
HSV(B) 17.89º 0.48% 0.46% -
XYZ 11.04 9.64 5.69 -
YUV 88.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 118 78 61 0 0.34 0.48 0.54 17.89 0.32 0.35
Hex 76 4E 3D 0 22 30 36 12 20 23
Octal 166 116 75 0 42 60 66 22 40 43
Binary 1110110 1001110 111101 0 100010 110000 110110 10010 100000 100011

Color Harmonies of #764E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E3D

Black with #764E3D

Text Example


Text Example

White with #764E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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