Html Css Color HEX #785345 Old Copper

📋 copy color: '#785345'

red 120 ◦ green 83 ◦ blue 69

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

Shades of Old Copper #785345

Tints of Old Copper #785345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 44.12%
G = 30.51%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785345 (or 0x785345) is known color: Old Copper. HEX triplet: 78, 53 and 45. RGB value is (120,83,69). Sum of RGB (Red+Green+Blue) = 120+83+69=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785345 is #87ACBA. Grayscale: #5C5C5C. Windows color (decimal): -8891579 or 4543352. OLE color: 4543352.

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

Color convert

RGB 120 83 69 -
CMYK 0 0.31 0.42 0.53
HSL 16.47º 0.27% 0.37% -
HSV(B) 16.47º 0.43% 0.47% -
XYZ 11.91 10.61 7.05 -
YUV 92.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 120 83 69 0 0.31 0.42 0.53 16.47 0.27 0.37
Hex 78 53 45 0 1F 2A 35 10 1B 25
Octal 170 123 105 0 37 52 65 20 33 45
Binary 1111000 1010011 1000101 0 11111 101010 110101 10000 11011 100101

Color Harmonies of #785345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785345

Black with #785345

Text Example


Text Example

White with #785345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785345; }

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

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

background-color css

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

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

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

border-color css

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

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

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