Html Css Color HEX #795740 Old Copper

📋 copy color: '#795740'

red 121 ◦ green 87 ◦ blue 64

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

Shades of Old Copper #795740

Tints of Old Copper #795740

RGB

 RED value IS 121 (47.66% from 255) = 44.49%

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 44.49%
G = 31.99%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795740 (or 0x795740) is known color: Old Copper. HEX triplet: 79, 57 and 40. RGB value is (121,87,64). Sum of RGB (Red+Green+Blue) = 121+87+64=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #795740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795740 is #86A8BF. Grayscale: #5E5E5E. Windows color (decimal): -8825024 or 4216697. OLE color: 4216697.

HSL color Cylindrical-coordinate representation of color #795740: hue angle of 24.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795740 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 87 64 -
CMYK 0 0.28 0.47 0.53
HSL 24.21º 0.31% 0.36% -
HSV(B) 24.21º 0.47% 0.47% -
XYZ 12.22 11.25 6.38 -
YUV 94.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 121 87 64 0 0.28 0.47 0.53 24.21 0.31 0.36
Hex 79 57 40 0 1C 2F 35 18 1F 24
Octal 171 127 100 0 34 57 65 30 37 44
Binary 1111001 1010111 1000000 0 11100 101111 110101 11000 11111 100100

Color Harmonies of #795740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795740

Black with #795740

Text Example


Text Example

White with #795740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795740; }

 p { color: rgb(121,87,64); }

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

background-color css

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

 a { background-color: rgb(121,87,64); }

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

border-color css

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

 span { border-color: rgb(121,87,64); }

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