Html Css Color HEX #785334 Old Copper

📋 copy color: '#785334'

red 120 ◦ green 83 ◦ blue 52

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

Shades of Old Copper #785334

Tints of Old Copper #785334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.39%

R = 47.06%
G = 32.55%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#785334 (or 0x785334) is known color: Old Copper. HEX triplet: 78, 53 and 34. RGB value is (120,83,52). Sum of RGB (Red+Green+Blue) = 120+83+52=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #785334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785334 is #87ACCB. Grayscale: #5A5A5A. Windows color (decimal): -8891596 or 3429240. OLE color: 3429240.

HSL color Cylindrical-coordinate representation of color #785334: hue angle of 27.35º 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 #785334 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 52 -
CMYK 0 0.31 0.57 0.53
HSL 27.35º 0.4% 0.34% -
HSV(B) 27.35º 0.57% 0.47% -
XYZ 11.46 10.43 4.66 -
YUV 90.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 120 83 52 0 0.31 0.57 0.53 27.35 0.4 0.34
Hex 78 53 34 0 1F 39 35 1B 28 22
Octal 170 123 64 0 37 71 65 33 50 42
Binary 1111000 1010011 110100 0 11111 111001 110101 11011 101000 100010

Color Harmonies of #785334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785334

Black with #785334

Text Example


Text Example

White with #785334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785334; }

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

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

background-color css

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

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

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

border-color css

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

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

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