Html Css Color HEX #764F3E Old Copper

📋 copy color: '#764F3E'

red 118 ◦ green 79 ◦ blue 62

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

Shades of Old Copper #764F3E

Tints of Old Copper #764F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 45.56%
G = 30.5%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#764F3E (or 0x764F3E) is known color: Old Copper. HEX triplet: 76, 4F and 3E. RGB value is (118,79,62). Sum of RGB (Red+Green+Blue) = 118+79+62=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F3E is #89B0C1. Grayscale: #585858. Windows color (decimal): -9023682 or 4083574. OLE color: 4083574.

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

Color convert

RGB 118 79 62 -
CMYK 0 0.33 0.47 0.54
HSL 18.21º 0.31% 0.35% -
HSV(B) 18.21º 0.47% 0.46% -
XYZ 11.14 9.79 5.86 -
YUV 88.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 118 79 62 0 0.33 0.47 0.54 18.21 0.31 0.35
Hex 76 4F 3E 0 21 2F 36 12 1F 23
Octal 166 117 76 0 41 57 66 22 37 43
Binary 1110110 1001111 111110 0 100001 101111 110110 10010 11111 100011

Color Harmonies of #764F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F3E

Black with #764F3E

Text Example


Text Example

White with #764F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,62); }

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

background-color css

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

 a { background-color: rgb(118,79,62); }

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

border-color css

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

 span { border-color: rgb(118,79,62); }

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