Html Css Color HEX #764C37 Old Copper

📋 copy color: '#764C37'

red 118 ◦ green 76 ◦ blue 55

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

Shades of Old Copper #764C37

Tints of Old Copper #764C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.52%

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

R = 47.39%
G = 30.52%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764C37 (or 0x764C37) is known color: Old Copper. HEX triplet: 76, 4C and 37. RGB value is (118,76,55). Sum of RGB (Red+Green+Blue) = 118+76+55=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C37 is #89B3C8. Grayscale: #565656. Windows color (decimal): -9024457 or 3624054. OLE color: 3624054.

HSL color Cylindrical-coordinate representation of color #764C37: hue angle of 20º 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 #764C37 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 55 -
CMYK 0 0.36 0.53 0.54
HSL 20º 0.36% 0.34% -
HSV(B) 20º 0.53% 0.46% -
XYZ 10.75 9.3 4.84 -
YUV 86.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 118 76 55 0 0.36 0.53 0.54 20 0.36 0.34
Hex 76 4C 37 0 24 35 36 14 24 22
Octal 166 114 67 0 44 65 66 24 44 42
Binary 1110110 1001100 110111 0 100100 110101 110110 10100 100100 100010

Color Harmonies of #764C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C37

Black with #764C37

Text Example


Text Example

White with #764C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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