Html Css Color HEX #785335 Old Copper

📋 copy color: '#785335'

red 120 ◦ green 83 ◦ blue 53

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

Shades of Old Copper #785335

Tints of Old Copper #785335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 46.88%
G = 32.42%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#785335 (or 0x785335) is known color: Old Copper. HEX triplet: 78, 53 and 35. RGB value is (120,83,53). Sum of RGB (Red+Green+Blue) = 120+83+53=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785335 is #87ACCA. Grayscale: #5A5A5A. Windows color (decimal): -8891595 or 3494776. OLE color: 3494776.

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

Color convert

RGB 120 83 53 -
CMYK 0 0.31 0.56 0.53
HSL 26.87º 0.39% 0.34% -
HSV(B) 26.87º 0.56% 0.47% -
XYZ 11.48 10.44 4.78 -
YUV 90.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 120 83 53 0 0.31 0.56 0.53 26.87 0.39 0.34
Hex 78 53 35 0 1F 38 35 1B 27 22
Octal 170 123 65 0 37 70 65 33 47 42
Binary 1111000 1010011 110101 0 11111 111000 110101 11011 100111 100010

Color Harmonies of #785335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785335

Black with #785335

Text Example


Text Example

White with #785335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785335; }

 p { color: rgb(120,83,53); }

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

background-color css

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

 a { background-color: rgb(120,83,53); }

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

border-color css

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

 span { border-color: rgb(120,83,53); }

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