Html Css Color HEX #795442 Old Copper

📋 copy color: '#795442'

red 121 ◦ green 84 ◦ blue 66

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

Shades of Old Copper #795442

Tints of Old Copper #795442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 44.65%
G = 31%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#795442 (or 0x795442) is known color: Old Copper. HEX triplet: 79, 54 and 42. RGB value is (121,84,66). Sum of RGB (Red+Green+Blue) = 121+84+66=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795442 is #86ABBD. Grayscale: #5D5D5D. Windows color (decimal): -8825790 or 4347001. OLE color: 4347001.

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

Color convert

RGB 121 84 66 -
CMYK 0 0.31 0.45 0.53
HSL 19.64º 0.29% 0.37% -
HSV(B) 19.64º 0.45% 0.47% -
XYZ 12.04 10.8 6.6 -
YUV 93.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 121 84 66 0 0.31 0.45 0.53 19.64 0.29 0.37
Hex 79 54 42 0 1F 2D 35 14 1D 25
Octal 171 124 102 0 37 55 65 24 35 45
Binary 1111001 1010100 1000010 0 11111 101101 110101 10100 11101 100101

Color Harmonies of #795442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795442

Black with #795442

Text Example


Text Example

White with #795442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795442; }

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

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

background-color css

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

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

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

border-color css

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

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

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