Html Css Color HEX #795748 Old Copper

📋 copy color: '#795748'

red 121 ◦ green 87 ◦ blue 72

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

Shades of Old Copper #795748

Tints of Old Copper #795748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.71%

R = 43.21%
G = 31.07%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#795748 (or 0x795748) is known color: Old Copper. HEX triplet: 79, 57 and 48. RGB value is (121,87,72). Sum of RGB (Red+Green+Blue) = 121+87+72=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #795748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795748 is #86A8B7. Grayscale: #5F5F5F. Windows color (decimal): -8825016 or 4740985. OLE color: 4740985.

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

Color convert

RGB 121 87 72 -
CMYK 0 0.28 0.40 0.53
HSL 18.37º 0.25% 0.38% -
HSV(B) 18.37º 0.4% 0.47% -
XYZ 12.46 11.35 7.66 -
YUV 95.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 121 87 72 0 0.28 0.40 0.53 18.37 0.25 0.38
Hex 79 57 48 0 1C 28 35 12 19 26
Octal 171 127 110 0 34 50 65 22 31 46
Binary 1111001 1010111 1001000 0 11100 101000 110101 10010 11001 100110

Color Harmonies of #795748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795748

Black with #795748

Text Example


Text Example

White with #795748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795748; }

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

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

background-color css

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

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

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

border-color css

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

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

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