Html Css Color HEX #764D38 Old Copper

📋 copy color: '#764D38'

red 118 ◦ green 77 ◦ blue 56

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

Shades of Old Copper #764D38

Tints of Old Copper #764D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.68%

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 47.01%
G = 30.68%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764D38 (or 0x764D38) is known color: Old Copper. HEX triplet: 76, 4D and 38. RGB value is (118,77,56). Sum of RGB (Red+Green+Blue) = 118+77+56=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D38 is #89B2C7. Grayscale: #565656. Windows color (decimal): -9024200 or 3689846. OLE color: 3689846.

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

Color convert

RGB 118 77 56 -
CMYK 0 0.35 0.53 0.54
HSL 20.32º 0.36% 0.34% -
HSV(B) 20.32º 0.53% 0.46% -
XYZ 10.84 9.44 4.99 -
YUV 86.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 118 77 56 0 0.35 0.53 0.54 20.32 0.36 0.34
Hex 76 4D 38 0 23 35 36 14 24 22
Octal 166 115 70 0 43 65 66 24 44 42
Binary 1110110 1001101 111000 0 100011 110101 110110 10100 100100 100010

Color Harmonies of #764D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D38

Black with #764D38

Text Example


Text Example

White with #764D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,56); }

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

background-color css

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

 a { background-color: rgb(118,77,56); }

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

border-color css

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

 span { border-color: rgb(118,77,56); }

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