Html Css Color HEX #785133 Old Copper

📋 copy color: '#785133'

red 120 ◦ green 81 ◦ blue 51

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

Shades of Old Copper #785133

Tints of Old Copper #785133

RGB

 RED value IS 120 (47.27% from 255) = 47.62%

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 47.62%
G = 32.14%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#785133 (or 0x785133) is known color: Old Copper. HEX triplet: 78, 51 and 33. RGB value is (120,81,51). Sum of RGB (Red+Green+Blue) = 120+81+51=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785133 is #87AECC. Grayscale: #595959. Windows color (decimal): -8892109 or 3363192. OLE color: 3363192.

HSL color Cylindrical-coordinate representation of color #785133: hue angle of 26.09º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785133 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 81 51 -
CMYK 0 0.32 0.58 0.53
HSL 26.09º 0.4% 0.34% -
HSV(B) 26.09º 0.58% 0.47% -
XYZ 11.29 10.12 4.49 -
YUV 89.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 120 81 51 0 0.32 0.58 0.53 26.09 0.4 0.34
Hex 78 51 33 0 20 3A 35 1A 28 22
Octal 170 121 63 0 40 72 65 32 50 42
Binary 1111000 1010001 110011 0 100000 111010 110101 11010 101000 100010

Color Harmonies of #785133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785133

Black with #785133

Text Example


Text Example

White with #785133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785133; }

 p { color: rgb(120,81,51); }

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

background-color css

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

 a { background-color: rgb(120,81,51); }

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

border-color css

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

 span { border-color: rgb(120,81,51); }

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