Html Css Color HEX #795440 Old Copper

📋 copy color: '#795440'

red 121 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #795440

Tints of Old Copper #795440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 44.98%
G = 31.23%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795440 (or 0x795440) is known color: Old Copper. HEX triplet: 79, 54 and 40. RGB value is (121,84,64). Sum of RGB (Red+Green+Blue) = 121+84+64=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #795440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795440 is #86ABBF. Grayscale: #5C5C5C. Windows color (decimal): -8825792 or 4215929. OLE color: 4215929.

HSL color Cylindrical-coordinate representation of color #795440: hue angle of 21.05º 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 #795440 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 84 64 -
CMYK 0 0.31 0.47 0.53
HSL 21.05º 0.31% 0.36% -
HSV(B) 21.05º 0.47% 0.47% -
XYZ 11.98 10.78 6.3 -
YUV 92.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 121 84 64 0 0.31 0.47 0.53 21.05 0.31 0.36
Hex 79 54 40 0 1F 2F 35 15 1F 24
Octal 171 124 100 0 37 57 65 25 37 44
Binary 1111001 1010100 1000000 0 11111 101111 110101 10101 11111 100100

Color Harmonies of #795440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795440

Black with #795440

Text Example


Text Example

White with #795440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795440; }

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

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

background-color css

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

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

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

border-color css

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

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

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