Html Css Color HEX #795646 Old Copper

📋 copy color: '#795646'

red 121 ◦ green 86 ◦ blue 70

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

Shades of Old Copper #795646

Tints of Old Copper #795646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

 BLUE value IS 70 (27.73% from 255) = 25.27%

R = 43.68%
G = 31.05%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#795646 (or 0x795646) is known color: Old Copper. HEX triplet: 79, 56 and 46. RGB value is (121,86,70). Sum of RGB (Red+Green+Blue) = 121+86+70=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #795646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795646 is #86A9B9. Grayscale: #5E5E5E. Windows color (decimal): -8825274 or 4609657. OLE color: 4609657.

HSL color Cylindrical-coordinate representation of color #795646: hue angle of 18.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795646 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 86 70 -
CMYK 0 0.29 0.42 0.53
HSL 18.82º 0.27% 0.37% -
HSV(B) 18.82º 0.42% 0.47% -
XYZ 12.32 11.16 7.3 -
YUV 94.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 121 86 70 0 0.29 0.42 0.53 18.82 0.27 0.37
Hex 79 56 46 0 1D 2A 35 13 1B 25
Octal 171 126 106 0 35 52 65 23 33 45
Binary 1111001 1010110 1000110 0 11101 101010 110101 10011 11011 100101

Color Harmonies of #795646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795646

Black with #795646

Text Example


Text Example

White with #795646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795646; }

 p { color: rgb(121,86,70); }

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

background-color css

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

 a { background-color: rgb(121,86,70); }

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

border-color css

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

 span { border-color: rgb(121,86,70); }

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